Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew authored and Stew committed Jan 19, 2017
1 parent 754300e commit b46586c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/java/com/lamps/lamps/activity/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ public IPagerTitleView getTitleView(Context context, final int index) {
@Override
public void onClick(View view) {

if (index == 3 || index == 4) {
return;
}
// if (index == 3 || index == 4) {
// return;
// }

viewPager.setCurrentItem(index);
}
Expand Down

0 comments on commit b46586c

Please sign in to comment.