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

Commit cdc12596 authored by Danny Baumann's avatar Danny Baumann
Browse files

Track RemotePreferenceManager API changes.

Done in change Ica17c19ab6e1cdfd402968ce2594d3ed362e23ee.

Change-Id: Iea32d0d322e1ce4aede1735501070e6d1ef8bfd3
JIRA:LINN-3
parent fca8659b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public class RemoteSummaryProvider implements SummaryLoader.SummaryProvider,
        if (listening) {
            RemotePreferenceManager.get(mActivity).attach(mKey, this);
        } else {
            RemotePreferenceManager.get(mActivity).detach(mKey);
            RemotePreferenceManager.get(mActivity).detach(mKey, this);
        }
    }