mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Skip reloading transient accounts
This commit is contained in:
@@ -6010,7 +6010,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (account == null)
|
||||
return null;
|
||||
|
||||
if (!"connected".equals(account.state))
|
||||
if (!"connected".equals(account.state) && !account.isTransient(context))
|
||||
reload = account.id;
|
||||
|
||||
if (message.ui_unsnoozed)
|
||||
|
||||
Reference in New Issue
Block a user