Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy) {
tabSelectedListener = new VerticalTabLayout.OnTabSelectedListener() {
@Override
public void onTabSelected(TabView tab, int position) {
isClickTab = false;
isClickTab = true;
//点击标签,使recyclerView滑动
moveToPosition(layoutManager, mRecyclerView, position);
}
Expand Down