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

Commit b256e072 authored by Altaf-Mahdi's avatar Altaf-Mahdi Committed by Steve Kondik
Browse files

SystemUI: remove duplicate STATUS_BAR_CLOCK entry from PhoneStatusBar

Change-Id: I9df46cb16cb7c3d030ebcfc4a067bf7dbed6fb17
parent 7088c525
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -441,8 +441,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
                    Settings.System.STATUS_BAR_CLOCK), false, this, UserHandle.USER_ALL);
            resolver.registerContentObserver(Settings.System.getUriFor(
                    Settings.System.NAVBAR_LEFT_IN_LANDSCAPE), false, this, UserHandle.USER_ALL);
            resolver.registerContentObserver(Settings.System.getUriFor(
                    Settings.System.STATUS_BAR_CLOCK), false, this);
            resolver.registerContentObserver(Settings.Secure.getUriFor(
                    Settings.Secure.RECENTS_LONG_PRESS_ACTIVITY), false, this);
            update();