mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Fixed force sync on expand, etc.
This commit is contained in:
@@ -2386,7 +2386,7 @@ public class FragmentMessages extends FragmentBase
|
||||
}
|
||||
|
||||
if (force || reload)
|
||||
ServiceSynchronize.reload(context, null, true, "refresh");
|
||||
ServiceSynchronize.reload(context, null, force, "refresh");
|
||||
else
|
||||
ServiceSynchronize.eval(context, "refresh");
|
||||
|
||||
@@ -7660,7 +7660,7 @@ public class FragmentMessages extends FragmentBase
|
||||
if (reload == null)
|
||||
ServiceSynchronize.eval(context, "expand");
|
||||
else
|
||||
ServiceSynchronize.reload(context, reload, true, "expand");
|
||||
ServiceSynchronize.reload(context, reload, false, "expand");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user