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

Commit 430d03a5 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

Merge "Merge "Set StatusBar window to FOCUSABLE when input transfer focus...

Merge "Merge "Set StatusBar window to FOCUSABLE when input transfer focus needs happening Bug: 136507412 Test: manual" into qt-r1-dev am: 43635d6a" into qt-r1-dev-plus-aosp
am: 717d3275

Change-Id: I5ae9d743d7d05f087d378720b6a16e240808e5a0
parents c1bbf107 717d3275
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1937,6 +1937,7 @@ public class StatusBar extends SystemUI implements DemoMode,


        if (start) {
        if (start) {
            mNotificationPanel.startWaitingForOpenPanelGesture();
            mNotificationPanel.startWaitingForOpenPanelGesture();
            setPanelExpanded(true);
        } else {
        } else {
            mNotificationPanel.stopWaitingForOpenPanelGesture(velocity);
            mNotificationPanel.stopWaitingForOpenPanelGesture(velocity);
        }
        }