Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java +2 −0 Original line number Diff line number Diff line Loading @@ -411,6 +411,7 @@ public class Clock extends TextView implements filter.addAction(Intent.ACTION_SCREEN_ON); mBroadcastDispatcher.registerReceiver(mScreenReceiver, filter); } setFontFeatureSettings("tnum"); } else { if (mSecondsHandler != null) { mScreenReceiverRegistered = false; Loading @@ -419,6 +420,7 @@ public class Clock extends TextView implements mSecondsHandler = null; updateClock(); } setFontFeatureSettings(null); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/Clock.java +2 −0 Original line number Diff line number Diff line Loading @@ -411,6 +411,7 @@ public class Clock extends TextView implements filter.addAction(Intent.ACTION_SCREEN_ON); mBroadcastDispatcher.registerReceiver(mScreenReceiver, filter); } setFontFeatureSettings("tnum"); } else { if (mSecondsHandler != null) { mScreenReceiverRegistered = false; Loading @@ -419,6 +420,7 @@ public class Clock extends TextView implements mSecondsHandler = null; updateClock(); } setFontFeatureSettings(null); } } Loading