Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a58e3b90 authored by Sunik Kupfer's avatar Sunik Kupfer Committed by GitHub
Browse files

Don't disable sync-ability of address books when set to manual only (#1662)

Only disable sync on content changes; but leave syncable
parent d63918ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -234,7 +234,7 @@ open class LocalAddressBook @AssistedInject constructor(
        if (syncInterval != null)
            syncFramework.enableSyncOnContentChange(addressBookAccount, ContactsContract.AUTHORITY)
        else
            syncFramework.disableSyncAbility(addressBookAccount, ContactsContract.AUTHORITY)
            syncFramework.disableSyncOnContentChange(addressBookAccount, ContactsContract.AUTHORITY)
    }