We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3858e47 + 1f0272b commit f5c182cCopy full SHA for f5c182c
lesscode-core/src/main/java/com/jayfeng/lesscode/core/KeyBoardLess.java
@@ -17,7 +17,7 @@ public final class KeyBoardLess {
17
public static void $show(Context context, View view) {
18
InputMethodManager imm =
19
(InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
20
- imm.showSoftInput(view, InputMethodManager.RESULT_SHOWN);
+ imm.showSoftInput(view, InputMethodManager.SHOW_FORCED);
21
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, InputMethodManager.HIDE_IMPLICIT_ONLY);
22
}
23
0 commit comments