mirror of https://github.com/M66B/FairEmail.git
Not necessary
This commit is contained in:
parent
0a316b47a2
commit
91b3e149d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue