Fix of compilation error.

master
Tomasz Półgrabia 2016-08-28 18:07:37 +02:00
parent 3b15bb7994
commit ce90b90a5e
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class MainActivity extends ActionBarActivity implements GestureDetector.O
.add(R.id.fragments, new HomeFragment())
.commit();
LinearLayout locations = (LinearLayout) findViewById(R.id.locations);
// locations.setOnTouchListener(new OnSwipeTouchListener);
gestureDetector = new GestureDetectorCompat(this, this);
}