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

Commit 97f4b4ad authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am c2b8c16b: Possible fix for monkey bug: 2529350

Merge commit 'c2b8c16b' into froyo-plus-aosp

* commit 'c2b8c16b':
  Possible fix for monkey bug: 2529350
parents 4f695092 c2b8c16b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -276,6 +276,10 @@ public class LatinKeyboardView extends KeyboardView {
    }

    private boolean openExtension() {
        // If the current keyboard is not visible, don't show the popup
        if (!isShown()) {
            return false;
        }
        if (((LatinKeyboard) getKeyboard()).getExtension() == 0) return false;
        makePopupWindow();
        mExtensionVisible = true;