Fixed force sync on expand, etc.

This commit is contained in:
M66B
2024-01-20 17:53:03 +01:00
parent 3b07e34c22
commit 8d4067d8e0
5 changed files with 6 additions and 6 deletions

View File

@@ -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");