Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4c7270a authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Improved the transition when clicking on the last notification am: 61b350cc am: 03398756

am: a8a58583

Change-Id: Ib5add1492b9741281aef02fe61d474ec0beaba73
parents 0488ee20 a8a58583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1611,7 +1611,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
                    && !mNotificationPanel.isTracking() && !mNotificationPanel.isQsExpanded()) {
                if (mState == StatusBarState.SHADE) {
                    animateCollapsePanels();
                } else if (mState == StatusBarState.SHADE_LOCKED) {
                } else if (mState == StatusBarState.SHADE_LOCKED && !isCollapsing()) {
                    goToKeyguard();
                }
            }