Not working try of fixing GestureDetector.
parent
4f4c0fb5cc
commit
356e6053f8
|
@ -65,7 +65,6 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
|
||||||
|
|
||||||
// LinearLayout locations = (LinearLayout) findViewById(R.id.locations);
|
// LinearLayout locations = (LinearLayout) findViewById(R.id.locations);
|
||||||
// locations.setOnTouchListener(new OnSwipeTouchListener);
|
// locations.setOnTouchListener(new OnSwipeTouchListener);
|
||||||
gestureDetector = new GestureDetectorCompat(this, this);
|
|
||||||
updateSwipeHandler();
|
updateSwipeHandler();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -220,6 +219,7 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
|
||||||
gestureDetector.onTouchEvent(ev);
|
gestureDetector.onTouchEvent(ev);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
gestureDetector = new GestureDetectorCompat(this, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void swipeRight() {
|
private void swipeRight() {
|
||||||
|
|
Loading…
Reference in New Issue