mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
[Text input] fix compile
This commit is contained in:
parent
5c74b1038b
commit
0058e004ad
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user