OSDN Git Service

Fix Keyboard Shortcut Helper requires pressing META+/ twice
authorClara Bayarri <clarabayarri@google.com>
Wed, 1 Jun 2016 16:28:14 +0000 (17:28 +0100)
committerClara Bayarri <clarabayarri@google.com>
Wed, 1 Jun 2016 16:28:14 +0000 (17:28 +0100)
commit3ac0ae076e4baee06804e93adb7b5573d5de67de
tree318c6fb9ca2cfc2d77bb8ec4ab2158b567270d27
parent57ce1187361628b7a3a97a986ca17c5d945ec306
Fix Keyboard Shortcut Helper requires pressing META+/ twice

By using a local boolean we were missing out on when the system dismisses
the window with the back key.

Bug: 28910518
Change-Id: I87b21c11830eaf81e3fd9586be6e3a7bb59c8a1f
packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java