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:
parent
22209efc37
commit
558c5fba56
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue