Fix of compilation error.
parent
3b15bb7994
commit
ce90b90a5e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue