mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed force sync on expand, etc.
This commit is contained in:
@@ -500,7 +500,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
|
||||
if (reload == null)
|
||||
ServiceSynchronize.eval(context, "attachment");
|
||||
else
|
||||
ServiceSynchronize.reload(context, reload, true, "attachment");
|
||||
ServiceSynchronize.reload(context, reload, false, "attachment");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user