Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +2 −1 Original line number Diff line number Diff line Loading @@ -3488,7 +3488,8 @@ public class KeyguardViewMediator implements CoreStartable, Slog.e(TAG, "Keyguard exit without a corresponding app to show."); try { if (!KeyguardWmStateRefactor.isEnabled()) { if (ENABLE_NEW_KEYGUARD_SHELL_TRANSITIONS || !KeyguardWmStateRefactor.isEnabled()) { finishedCallback.onAnimationFinished(); } } catch (RemoteException e) { Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +2 −1 Original line number Diff line number Diff line Loading @@ -3488,7 +3488,8 @@ public class KeyguardViewMediator implements CoreStartable, Slog.e(TAG, "Keyguard exit without a corresponding app to show."); try { if (!KeyguardWmStateRefactor.isEnabled()) { if (ENABLE_NEW_KEYGUARD_SHELL_TRANSITIONS || !KeyguardWmStateRefactor.isEnabled()) { finishedCallback.onAnimationFinished(); } } catch (RemoteException e) { Loading