Set StatusBar window to FOCUSABLE when input transfer focus needs happening

Bug: 136507412
Test: manual

Change-Id: Ic59a7a9da714e5b50f5f814ec2c561f2e7933d55
This commit is contained in:
Hyunyoung Song
2019-07-08 01:39:11 -07:00
parent 85a55afa3e
commit bffdb71f45

View File

@@ -1937,6 +1937,7 @@ public class StatusBar extends SystemUI implements DemoMode,
if (start) {
mNotificationPanel.startWaitingForOpenPanelGesture();
setPanelExpanded(true);
} else {
mNotificationPanel.stopWaitingForOpenPanelGesture();
}