mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Focusable?
This commit is contained in:
parent
739c3a8862
commit
cfc3686dda
1 changed files with 2 additions and 0 deletions
|
|
@ -200,6 +200,8 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
|
|
||||||
mKeyHandlerView = findViewById(R.id.main_key_handler);
|
mKeyHandlerView = findViewById(R.id.main_key_handler);
|
||||||
mKeyHandlerView.setSingleLine(false);
|
mKeyHandlerView.setSingleLine(false);
|
||||||
|
mKeyHandlerView.setFocusable(false);
|
||||||
|
mKeyHandlerView.setFocusableInTouchMode(false);
|
||||||
|
|
||||||
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
|
AndroidLWJGLKeycode.isBackspaceAfterChar = true; // mVersionInfo.minimumLauncherVersion >= 18;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue