[Text input] fix compile

This commit is contained in:
khanhduytran0 2020-11-28 19:06:48 +07:00
parent 5c74b1038b
commit 0058e004ad

View File

@ -1032,7 +1032,7 @@ public class BaseMainActivity extends LoggableActivity {
}
public void showKeyboard() {
((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)).showSoftInput(mKeyHandlerView, InputMethodManager.HIDE_IMPLICIT_ONLY);
((InputMethodManager) getSystemService(INPUT_METHOD_SERVICE)).toggleSoftInput(InputMethodManager.SHOW_FORCED, InputMethodManager.HIDE_IMPLICIT_ONLY);
}
protected void setRightOverride(boolean val) {