abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.keyboard2/Keyboard2.java
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/juloo.keyboard2/Keyboard2.java')
-rw-r--r--srcs/juloo.keyboard2/Keyboard2.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Keyboard2.java b/srcs/juloo.keyboard2/Keyboard2.java
index 2a7695c..af536dd 100644
--- a/srcs/juloo.keyboard2/Keyboard2.java
+++ b/srcs/juloo.keyboard2/Keyboard2.java
@@ -351,6 +351,15 @@ public class Keyboard2 extends InputMethodService
return false;
}
+ @Override
+ public boolean onEvaluateInputViewShown()
+ {
+ super.onEvaluateInputViewShown();
+ // Return true regardless of the super call result to fix the keyboard not
+ // being visible on Android 16
+ return true;
+ }
+
/** Called from [onClick] attributes. */
public void launch_dictionaries_activity(View v)
{