mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Skip reloading transient accounts
This commit is contained in:
@@ -305,7 +305,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
if (account == null)
|
||||
return null;
|
||||
|
||||
if (!"connected".equals(account.state))
|
||||
if (!"connected".equals(account.state) && !account.isTransient(context))
|
||||
reload = account.id;
|
||||
|
||||
EntityAttachment attachment = db.attachment().getAttachment(id);
|
||||
|
||||
Reference in New Issue
Block a user