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

Commit 976fe78c authored by Danny Baumann's avatar Danny Baumann Committed by Dan Pasanen
Browse files

Track RemotePreferenceManager API changes.

Done in change Ica17c19ab6e1cdfd402968ce2594d3ed362e23ee.

Change-Id: Iea32d0d322e1ce4aede1735501070e6d1ef8bfd3
JIRA:LINN-3
(cherry picked from commit cdc12596)
parent 2e3d158d
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);
        }
    }