mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Remove debug toast on a DEBUG build.
But hey, not like the end user cares
This commit is contained in:
parent
7f462567b8
commit
543b91fb88
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
if(event.getDevice() != null
|
||||
&& ( (event.getSource() & InputDevice.SOURCE_MOUSE_RELATIVE) == InputDevice.SOURCE_MOUSE_RELATIVE
|
||||
|| (event.getSource() & InputDevice.SOURCE_MOUSE) == InputDevice.SOURCE_MOUSE) ){
|
||||
Toast.makeText(this, "THE EVENT COMES FROM A MOUSE", Toast.LENGTH_SHORT).show();
|
||||
//Toast.makeText(this, "THE EVENT COMES FROM A MOUSE", Toast.LENGTH_SHORT).show();
|
||||
|
||||
|
||||
if(eventKeycode == KeyEvent.KEYCODE_BACK){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue