Not necessary

This commit is contained in:
M66B 2022-06-14 10:27:06 +02:00
parent 0a316b47a2
commit 91b3e149d5
1 changed files with 0 additions and 3 deletions

View File

@ -620,9 +620,6 @@ public class FragmentGmail extends FragmentBase {
protected void onException(Bundle args, Throwable ex) {
Log.e(ex);
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
return;
if (ex instanceof IllegalArgumentException)
tvError.setText(ex.getMessage());
else