mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am c2b8c16b: Possible fix for monkey bug: 2529350
Merge commit 'c2b8c16bdf392c81785031483d21740c5e883046' into froyo-plus-aosp * commit 'c2b8c16bdf392c81785031483d21740c5e883046': Possible fix for monkey bug: 2529350
This commit is contained in:
commit
97f4b4ad34
@ -276,6 +276,10 @@ public class LatinKeyboardView extends KeyboardView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private boolean openExtension() {
|
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;
|
if (((LatinKeyboard) getKeyboard()).getExtension() == 0) return false;
|
||||||
makePopupWindow();
|
makePopupWindow();
|
||||||
mExtensionVisible = true;
|
mExtensionVisible = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user