Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +13 −14 Original line number Diff line number Diff line Loading @@ -482,7 +482,6 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb if (KeyguardWmStateRefactor.isEnabled()) { // Show the keyguard views whenever we've told WM that the lockscreen is visible. mShadeViewController.postToView(() -> collectFlow( getViewRootImpl().getView(), combineFlows( Loading @@ -495,7 +494,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb // view without waiting for the animation to end. lockscreenVis || animatingSurface ), this::consumeShowStatusBarKeyguardView)); this::consumeShowStatusBarKeyguardView); } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java +13 −14 Original line number Diff line number Diff line Loading @@ -482,7 +482,6 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb if (KeyguardWmStateRefactor.isEnabled()) { // Show the keyguard views whenever we've told WM that the lockscreen is visible. mShadeViewController.postToView(() -> collectFlow( getViewRootImpl().getView(), combineFlows( Loading @@ -495,7 +494,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb // view without waiting for the animation to end. lockscreenVis || animatingSurface ), this::consumeShowStatusBarKeyguardView)); this::consumeShowStatusBarKeyguardView); } } Loading