mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -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());
|
int index = EfficientAndroidLWJGLKeycode.getIndexByKey(event.getKeyCode());
|
||||||
if(index >= 0) {
|
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);
|
EfficientAndroidLWJGLKeycode.execKey(event, index);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue