mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
[IME] fix again.....
This commit is contained in:
parent
d41bbce8ad
commit
6fc9420c20
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue