mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
[Custom controls] Focus fix(?)
This commit is contained in:
parent
b0518d7b1a
commit
739c3a8862
5 changed files with 7 additions and 5 deletions
|
|
@ -199,9 +199,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
this.drawerLayout.closeDrawers();
|
||||
|
||||
mKeyHandlerView = findViewById(R.id.main_key_handler);
|
||||
mKeyHandlerView.setFocusable(true);
|
||||
mKeyHandlerView.setFocusableInTouchMode(true);
|
||||
mKeyHandlerView.requestFocus();
|
||||
mKeyHandlerView.setSingleLine(false);
|
||||
|
||||
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue