Added Google Backup option

This commit is contained in:
M66B
2024-06-02 11:46:05 +02:00
parent 030800bd5b
commit e6444931a6
19 changed files with 277 additions and 8 deletions

View File

@@ -673,6 +673,8 @@ public class FragmentQuickSetup extends FragmentBase {
ServiceSynchronize.eval(context, "quick setup");
args.putBoolean("updated", update != null);
FairEmailBackupAgent.dataChanged(context);
return provider;
} catch (Throwable ex) {
Log.w(ex);