Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +4 −1 Original line number Diff line number Diff line Loading @@ -3165,7 +3165,10 @@ public class NotificationPanelViewController extends PanelViewController { mFalsingCollector.onTrackingStarted(!mKeyguardStateController.canDismissLockScreen()); super.onTrackingStarted(); mScrimController.onTrackingStarted(); if (mShouldUseSplitNotificationShade) { // normally we want to set mQsExpandImmediate for every split shade case (at least when // expanding), but keyguard tracking logic is different - this callback is called when // unlocking with swipe up but not when swiping down to reveal shade if (mShouldUseSplitNotificationShade && !mKeyguardShowing) { mQsExpandImmediate = true; } if (mQsFullyExpanded) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +4 −1 Original line number Diff line number Diff line Loading @@ -3165,7 +3165,10 @@ public class NotificationPanelViewController extends PanelViewController { mFalsingCollector.onTrackingStarted(!mKeyguardStateController.canDismissLockScreen()); super.onTrackingStarted(); mScrimController.onTrackingStarted(); if (mShouldUseSplitNotificationShade) { // normally we want to set mQsExpandImmediate for every split shade case (at least when // expanding), but keyguard tracking logic is different - this callback is called when // unlocking with swipe up but not when swiping down to reveal shade if (mShouldUseSplitNotificationShade && !mKeyguardShowing) { mQsExpandImmediate = true; } if (mQsFullyExpanded) { Loading