mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-24 01:44:38 -04:00
Using Apache Codec 1.14
This commit is contained in:
@@ -131,7 +131,7 @@ public class AndroidLWJGLKeycode {
|
||||
}
|
||||
}
|
||||
|
||||
if (isBackspaceAfterChar) {
|
||||
if (isBackspaceAfterChar && !AndroidDisplay.grab && i != KeyEvent.KEYCODE_DEL) {
|
||||
mainActivity.sendKeyPress(Keyboard.KEY_BACK, isDown);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user