Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −3 Original line number Diff line number Diff line Loading @@ -2638,7 +2638,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (mRemoteInputManager.getController() != null) { mRemoteInputManager.getController().closeRemoteInputs(); } if (mBubbleController.isStackExpanded()) { if (mBubbleController != null && mBubbleController.isStackExpanded()) { mBubbleController.collapseStack(); } if (mLockscreenUserManager.isCurrentProfile(getSendingUserId())) { Loading @@ -2654,7 +2654,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (mStatusBarWindowController != null) { mStatusBarWindowController.setNotTouchable(false); } if (mBubbleController.isStackExpanded()) { if (mBubbleController != null && mBubbleController.isStackExpanded()) { mBubbleController.collapseStack(); } finishBarAnimations(); Loading Loading @@ -3386,8 +3386,10 @@ public class StatusBar extends SystemUI implements DemoMode, if (mNotificationPanel.canPanelBeCollapsed()) { animateCollapsePanels(); } else { if (mBubbleController != null) { mBubbleController.performBackPressIfNeeded(); } } return true; } if (mKeyguardUserSwitcher != null && mKeyguardUserSwitcher.hideIfNotSimple(true)) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +5 −3 Original line number Diff line number Diff line Loading @@ -2638,7 +2638,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (mRemoteInputManager.getController() != null) { mRemoteInputManager.getController().closeRemoteInputs(); } if (mBubbleController.isStackExpanded()) { if (mBubbleController != null && mBubbleController.isStackExpanded()) { mBubbleController.collapseStack(); } if (mLockscreenUserManager.isCurrentProfile(getSendingUserId())) { Loading @@ -2654,7 +2654,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (mStatusBarWindowController != null) { mStatusBarWindowController.setNotTouchable(false); } if (mBubbleController.isStackExpanded()) { if (mBubbleController != null && mBubbleController.isStackExpanded()) { mBubbleController.collapseStack(); } finishBarAnimations(); Loading Loading @@ -3386,8 +3386,10 @@ public class StatusBar extends SystemUI implements DemoMode, if (mNotificationPanel.canPanelBeCollapsed()) { animateCollapsePanels(); } else { if (mBubbleController != null) { mBubbleController.performBackPressIfNeeded(); } } return true; } if (mKeyguardUserSwitcher != null && mKeyguardUserSwitcher.hideIfNotSimple(true)) { Loading