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

Commit d06030c5 authored by Peeyush Agarwal's avatar Peeyush Agarwal Committed by Android (Google) Code Review
Browse files

Merge "Fix KeyboardShortcuts show"

parents 9096948a 1a0f36f4
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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);
    }