forked from organicmaps/organicmaps
in some case we ignore first click on buttons. Now i fix it
This commit is contained in:
parent
d0ec185b1a
commit
1e2d8da585
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ public class YopmeFrontActivity extends Activity
|
|||
}
|
||||
|
||||
private long mLastTimeStamp;
|
||||
private boolean mClickable = false;
|
||||
private boolean mClickable = true;
|
||||
private SensorManager sm;
|
||||
private Sensor accel;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue