fix: fix crash on profile when saving a note fails
This fixes a crash on calckey, where notes dont exist
This commit is contained in:
@@ -416,7 +416,7 @@ public class ProfileFragment extends LoaderFragment implements OnBackPressedList
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onError(ErrorResponse result) {
|
public void onError(ErrorResponse result) {
|
||||||
Toast.makeText(getActivity(), getString(R.string.mo_personal_note_update_failed), Toast.LENGTH_LONG).show();
|
error.showToast(getActivity());
|
||||||
}
|
}
|
||||||
}).exec(accountID);
|
}).exec(accountID);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user