Update BaseMainActivity.java

This commit is contained in:
ArtDev 2020-12-17 17:39:27 +03:00 committed by GitHub
parent b1e34898f9
commit 08dc6e9fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public class BaseMainActivity extends LoggableActivity {
private int fingerStillThreshold = 8;
private int initialX;
private int initialY;
private boolean mIsResuming;
boolean mIsResuming;
private static final int MSG_LEFT_MOUSE_BUTTON_CHECK = 1028;
private static final int MSG_DROP_ITEM_BUTTON_CHECK = 1029;
private static boolean triggeredLeftMouseButton = false;