mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Comment out that debug line
This commit is contained in:
parent
7da0c68813
commit
37b6db5887
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue