Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +6 −1 Original line number Diff line number Diff line Loading @@ -381,8 +381,13 @@ public final class KeyboardShortcuts { if (appShortcuts != null) { result.add(appShortcuts); } synchronized (sLock) { // showKeyboardShortcutsDialog only if it has not been dismissed already if (sInstance != null) { showKeyboardShortcutsDialog(result); } } } }, deviceId); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyboardShortcuts.java +6 −1 Original line number Diff line number Diff line Loading @@ -381,8 +381,13 @@ public final class KeyboardShortcuts { if (appShortcuts != null) { result.add(appShortcuts); } synchronized (sLock) { // showKeyboardShortcutsDialog only if it has not been dismissed already if (sInstance != null) { showKeyboardShortcutsDialog(result); } } } }, deviceId); } Loading