Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
borisf committed Nov 15, 2016
1 parent d0c6ec6 commit 391f1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private void updateLogic(String cName) {
hasActionBarSherlock = true;
} else if (cName.contains("chrisbanes.pulltorefresh") && !hasPullToRefresh) {
hasPullToRefresh = true;
} else if (cName.contains("com.viewpagerindicator") && !hasPullToRefresh) {
} else if (cName.contains("com.viewpagerindicator") && !hasViewPagerIndicator) {
hasViewPagerIndicator = true;
}
}
Expand Down

0 comments on commit 391f1d2

Please sign in to comment.