1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 22:21:18 +00:00

Cloud sync: wipe / deactivate

This commit is contained in:
M66B 2023-01-24 12:26:37 +01:00
parent b3e10603cc
commit 17fb9feb32

View file

@ -1583,6 +1583,7 @@ public class FragmentOptionsBackup extends FragmentBase implements SharedPrefere
.remove("cloud_revision")
.remove("cloud_user")
.remove("cloud_password")
.remove("cloud_activated")
.remove("cloud_last_sync")
.apply();