Not working try of fixing GestureDetector.

master
Tomasz Półgrabia 2016-08-28 16:50:35 +02:00
parent 4f4c0fb5cc
commit 356e6053f8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,6 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
// LinearLayout locations = (LinearLayout) findViewById(R.id.locations);
// locations.setOnTouchListener(new OnSwipeTouchListener);
gestureDetector = new GestureDetectorCompat(this, this);
updateSwipeHandler();
}
@ -220,6 +219,7 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
gestureDetector.onTouchEvent(ev);
}
});
gestureDetector = new GestureDetectorCompat(this, this);
}
private void swipeRight() {