Prevent crash

pull/206/head
M66B 4 years ago
parent 5a4c206290
commit 876f3a21ab

@ -332,6 +332,9 @@ public class FragmentGmail extends FragmentBase {
Log.e(ex);
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
return;
tvError.setText(Log.formatThrowable(ex, false));
grpError.setVisibility(View.VISIBLE);

Loading…
Cancel
Save