Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -460,6 +460,11 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb boolean staying = mStatusBar.hideKeyguard(); boolean staying = mStatusBar.hideKeyguard(); if (!staying) { if (!staying) { mStatusBarWindowController.setKeyguardFadingAway(true); mStatusBarWindowController.setKeyguardFadingAway(true); // hide() will happen asynchronously and might arrive after the scrims // were already hidden, this means that the transition callback won't // be triggered anymore and StatusBarWindowController will be forever in // the fadingAway state. mStatusBar.updateScrimController(); wakeAndUnlockDejank(); wakeAndUnlockDejank(); } else { } else { mStatusBar.finishKeyguardFadingAway(); mStatusBar.finishKeyguardFadingAway(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +5 −0 Original line number Original line Diff line number Diff line Loading @@ -460,6 +460,11 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb boolean staying = mStatusBar.hideKeyguard(); boolean staying = mStatusBar.hideKeyguard(); if (!staying) { if (!staying) { mStatusBarWindowController.setKeyguardFadingAway(true); mStatusBarWindowController.setKeyguardFadingAway(true); // hide() will happen asynchronously and might arrive after the scrims // were already hidden, this means that the transition callback won't // be triggered anymore and StatusBarWindowController will be forever in // the fadingAway state. mStatusBar.updateScrimController(); wakeAndUnlockDejank(); wakeAndUnlockDejank(); } else { } else { mStatusBar.finishKeyguardFadingAway(); mStatusBar.finishKeyguardFadingAway(); Loading