diff options
| author | 2019-07-08 01:39:11 -0700 | |
|---|---|---|
| committer | 2019-07-08 01:39:37 -0700 | |
| commit | bffdb71f45d4c8bf7c88b7c50a05395d223627f5 (patch) | |
| tree | 4f46345a19efa83536fe137d02bb4bd2e6299d86 | |
| parent | 85a55afa3eb8fc42818a884667ea584ec89c075a (diff) | |
Set StatusBar window to FOCUSABLE when input transfer focus needs happening
Bug: 136507412
Test: manual
Change-Id: Ic59a7a9da714e5b50f5f814ec2c561f2e7933d55
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java index 55f61fa8a6a0..68916b6dae06 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java @@ -1937,6 +1937,7 @@ public class StatusBar extends SystemUI implements DemoMode, if (start) { mNotificationPanel.startWaitingForOpenPanelGesture(); + setPanelExpanded(true); } else { mNotificationPanel.stopWaitingForOpenPanelGesture(); } |