mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 04:20:11 -07:00
Final fix on Russian character doubling; remove redundant debugging
This commit is contained in:
parent
882be4cbf8
commit
a40eff3fb1
4 changed files with 19 additions and 10 deletions
|
|
@ -60,9 +60,7 @@ class MinecraftInputConnection extends BaseInputConnection {
|
|||
}
|
||||
|
||||
public boolean commitText(CharSequence text, int newCursorPosition) {
|
||||
Log.d("EnhancedTextInput","Text committed: "+text);
|
||||
parent.sendKeyPress(text.charAt(0
|
||||
));
|
||||
parent.sendKeyPress(text.charAt(0));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue