Cloud sync: conflict resolution

This commit is contained in:
M66B
2023-01-16 22:33:16 +01:00
parent 9da6f9e719
commit 85d15c277b
3 changed files with 86 additions and 61 deletions

View File

@@ -1529,7 +1529,7 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
@Override
protected Void onExecute(Context context, Bundle args) throws Throwable {
String command = args.getString("command");
CloudSync.execute(context, command);
CloudSync.execute(context, command, true);
return null;
}