mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 21:40:15 -07:00
Update BaseMainActivity.java
This commit is contained in:
parent
b1e34898f9
commit
08dc6e9fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
private int fingerStillThreshold = 8;
|
private int fingerStillThreshold = 8;
|
||||||
private int initialX;
|
private int initialX;
|
||||||
private int initialY;
|
private int initialY;
|
||||||
private boolean mIsResuming;
|
boolean mIsResuming;
|
||||||
private static final int MSG_LEFT_MOUSE_BUTTON_CHECK = 1028;
|
private static final int MSG_LEFT_MOUSE_BUTTON_CHECK = 1028;
|
||||||
private static final int MSG_DROP_ITEM_BUTTON_CHECK = 1029;
|
private static final int MSG_DROP_ITEM_BUTTON_CHECK = 1029;
|
||||||
private static boolean triggeredLeftMouseButton = false;
|
private static boolean triggeredLeftMouseButton = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue