Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #343 from mapzen/baldur/mixpanel-login
Browse files Browse the repository at this point in the history
hook pageview listerner on indicator not adapter it self
  • Loading branch information
ecgreb committed Nov 5, 2014
2 parents 021df61 + c1c197c commit b7d5929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/mapzen/open/login/LoginActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private void initViewPager() {
final LoginAdapter loginAdapter = new LoginAdapter(this);
loginAdapter.setLoginListener(this);
viewPager.setAdapter(loginAdapter);
viewPager.setOnPageChangeListener(this);
viewPagerIndicator.setOnPageChangeListener(this);
viewPagerIndicator.setViewPager(viewPager);
}

Expand Down

0 comments on commit b7d5929

Please sign in to comment.