mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Prevent crash
This commit is contained in:
@@ -537,6 +537,9 @@ public class FragmentIdentity extends FragmentBase {
|
||||
}
|
||||
|
||||
private void setAccount(EntityAccount account) {
|
||||
if (!getLifecycle().getCurrentState().isAtLeast(Lifecycle.State.STARTED))
|
||||
return;
|
||||
|
||||
auth = account.auth_type;
|
||||
provider = account.provider;
|
||||
etEmail.setText(account.user);
|
||||
|
||||
Reference in New Issue
Block a user