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

Commit 448c4a55 authored by Scott Mertz's avatar Scott Mertz
Browse files

QS: fix performance profile tile observer

CYNGNOS-2837

Change-Id: I9a0f9febe22e046a1fb3297e6a4b3ab1f8fafa87
parent 4ccaf0a8
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);
        }