mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 04:20:11 -07:00
- Removed more stuff 👀
This commit is contained in:
parent
a063605961
commit
c3824dcc09
13 changed files with 8 additions and 98 deletions
|
|
@ -63,7 +63,6 @@ class MinecraftInputConnection extends BaseInputConnection {
|
|||
}
|
||||
|
||||
public boolean commitText(CharSequence text, int newCursorPosition) {
|
||||
//parent.sendKeyPress(text.charAt(0));
|
||||
for(int i = 0; i < text.length(); i++) parent.sendKeyPress(text.charAt(i));
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue