mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 17:47:03 -04:00
Comment out that debug line
This commit is contained in:
@@ -629,7 +629,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||
|
||||
int index = EfficientAndroidLWJGLKeycode.getIndexByKey(event.getKeyCode());
|
||||
if(index >= 0) {
|
||||
Toast.makeText(this,"THIS IS A KEYBOARD EVENT !", Toast.LENGTH_SHORT).show();
|
||||
//Toast.makeText(this,"THIS IS A KEYBOARD EVENT !", Toast.LENGTH_SHORT).show();
|
||||
EfficientAndroidLWJGLKeycode.execKey(event, index);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user