Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/ClockController.java +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public class ClockController implements TunerService.Tunable { case CLOCK_POSITION_RIGHT: return mRightClock; case CLOCK_POSITION_LEFT: return CLOCK_POSITION_LEFT; return mLeftClock; case CLOCK_POSITION_CENTER: default: if(mCutoutLocation == 1) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/ClockController.java +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ public class ClockController implements TunerService.Tunable { case CLOCK_POSITION_RIGHT: return mRightClock; case CLOCK_POSITION_LEFT: return CLOCK_POSITION_LEFT; return mLeftClock; case CLOCK_POSITION_CENTER: default: if(mCutoutLocation == 1) Loading