Loading packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +3 −2 Original line number Diff line number Diff line Loading @@ -263,9 +263,10 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS mCurrentClockSize = clockSize; Clock clock = getClock(); boolean appeared = mView.switchToClock(clockSize, animate); if (animate && appeared && clockSize == LARGE) { getClock().getAnimations().enter(); if (clock != null && animate && appeared && clockSize == LARGE) { clock.getAnimations().enter(); } } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardClockSwitchController.java +3 −2 Original line number Diff line number Diff line Loading @@ -263,9 +263,10 @@ public class KeyguardClockSwitchController extends ViewController<KeyguardClockS mCurrentClockSize = clockSize; Clock clock = getClock(); boolean appeared = mView.switchToClock(clockSize, animate); if (animate && appeared && clockSize == LARGE) { getClock().getAnimations().enter(); if (clock != null && animate && appeared && clockSize == LARGE) { clock.getAnimations().enter(); } } Loading