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

@@ -1476,6 +1476,8 @@ public class FragmentAccount extends FragmentBase {
editor.putBoolean("unset." + account.id + "." + EntityFolder.JUNK, junk == null);
editor.apply();
FairEmailBackupAgent.dataChanged(context);
return false;
}