We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e981e7d commit 94aa3ceCopy full SHA for 94aa3ce
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/StrokeInputService.java
@@ -493,6 +493,13 @@ public void onComputeInsets(final Insets insets)
493
}
494
495
496
+ @Override
497
+ public boolean onEvaluateInputViewShown()
498
+ {
499
+ super.onEvaluateInputViewShown();
500
+ return true; // override needed in API level 36
501
+ }
502
+
503
@Override
504
public void onCandidate(final String candidate)
505
{
0 commit comments