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

Commit 271cee6d authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #1838944: Application sync settings cant be changed with auto sync on

parent a2a34a57
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -387,8 +387,7 @@ public class SyncStorageEngine extends Handler {
                while (i > 0) {
                    i--;
                    AuthorityInfo authority = mAuthorities.get(i);
                    if (authority.account.equals(account)
                            && authority.authority.equals(providerName)) {
                    if (authority.authority.equals(providerName)) {
                        authority.enabled = sync;
                    }
                }