fix: fix compilation problem caused by typo

I did the latest commits from my chromebook, which I accidentally typed the wrong variable name.
This commit is contained in:
LucasGGamerM 2023-05-16 11:29:38 -03:00 committed by GitHub
parent 558c5fba56
commit 4e143abfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
public void onSuccess(Relationship result) {}
@Override
public void onError(ErrorResponse result) {
public void onError(ErrorResponse error) {
error.showToast(getActivity());
}
}).exec(accountID);