mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed force sync on expand, etc.
This commit is contained in:
@@ -516,7 +516,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
}
|
||||
|
||||
if (force || reload)
|
||||
ServiceSynchronize.reload(context, null, true, "refresh");
|
||||
ServiceSynchronize.reload(context, null, force, "refresh");
|
||||
else
|
||||
ServiceSynchronize.eval(context, "refresh");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user