[IME] fix again.....

This commit is contained in:
khanhduytran0 2020-11-27 21:19:03 +07:00
parent d41bbce8ad
commit 6fc9420c20
2 changed files with 4 additions and 4 deletions

View file

@ -197,12 +197,12 @@ public class BaseMainActivity extends LoggableActivity {
// toggleGui(null);
this.drawerLayout.closeDrawers();
/*
mKeyHandlerView = findViewById(R.id.main_key_handler);
mKeyHandlerView.setSingleLine(false);
mKeyHandlerView.clearFocus();
mKeyHandlerView.setVisibility(View.GONE);
*/
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
placeMouseAt(CallbackBridge.windowWidth / 2, CallbackBridge.windowHeight / 2);