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())
|
.add(R.id.fragments, new HomeFragment())
|
||||||
.commit();
|
.commit();
|
||||||
|
|
||||||
LinearLayout locations = (LinearLayout) findViewById(R.id.locations);
|
|
||||||
// locations.setOnTouchListener(new OnSwipeTouchListener);
|
// locations.setOnTouchListener(new OnSwipeTouchListener);
|
||||||
gestureDetector = new GestureDetectorCompat(this, this);
|
gestureDetector = new GestureDetectorCompat(this, this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue