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

Commit d02af2a5 authored by Scott Mertz's avatar Scott Mertz Committed by Gerrit Code Review
Browse files

QS: fix performance profile tile observer

CYNGNOS-2837

Change-Id: I9a0f9febe22e046a1fb3297e6a4b3ab1f8fafa87
parent 8ac54fd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public class PerfProfileTile extends QSTile<PerfProfileTile.ProfileState> {

        public void startObserving() {
            mContext.getContentResolver().registerContentObserver(
                    Settings.Secure.getUriFor(CMSettings.Secure.PERFORMANCE_PROFILE),
                    CMSettings.Secure.getUriFor(CMSettings.Secure.PERFORMANCE_PROFILE),
                    false, this);
        }