Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuanxiao committed Jul 25, 2018
2 parents da1b621 + 5c75057 commit aaed510
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,6 @@ public int getPageIndex() {
return -1;
}

public void watchIndex(TabbarEvent.TabbarListen tabbarListen) {
if (tableView != null) {
tableView.setTabbarListen(tabbarListen);
}
}

public void clearWatch() {
if (tableView != null) {
tableView.clearWatch();
}
}

@Override
protected void onDestroy() {
super.onDestroy();
Expand Down

0 comments on commit aaed510

Please sign in to comment.