Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -4213,6 +4213,7 @@ public class StatusBar extends SystemUI implements DemoMode, public void showKeyguard() { mKeyguardRequested = true; updateIsKeyguard(); mAssistManager.onLockscreenShown(); } public boolean hideKeyguard() { Loading Loading @@ -4268,7 +4269,6 @@ public class StatusBar extends SystemUI implements DemoMode, mDraggedDownRow = null; } mPendingRemoteInputView = null; mAssistManager.onLockscreenShown(); } private void updatePanelExpansionForKeyguard() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +1 −1 Original line number Diff line number Diff line Loading @@ -4213,6 +4213,7 @@ public class StatusBar extends SystemUI implements DemoMode, public void showKeyguard() { mKeyguardRequested = true; updateIsKeyguard(); mAssistManager.onLockscreenShown(); } public boolean hideKeyguard() { Loading Loading @@ -4268,7 +4269,6 @@ public class StatusBar extends SystemUI implements DemoMode, mDraggedDownRow = null; } mPendingRemoteInputView = null; mAssistManager.onLockscreenShown(); } private void updatePanelExpansionForKeyguard() { Loading