Skip to content

Commit

Permalink
Merge pull request #251 from hello/dz/segment_upgrade_fix
Browse files Browse the repository at this point in the history
Tracking user on app start. [ref #108887686]
  • Loading branch information
jimmymlu committed Nov 24, 2015
2 parents 6b0c5ee + d4fedd6 commit fa8db9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ private void showOnboardingActivity() {

private void bounce() {
if (sessionManager.hasSession() && preferences.getBoolean(PreferencesPresenter.ONBOARDING_COMPLETED, false)) {
Analytics.trackSignIn(sessionManager.getSession().getAccountId(), null, null);
showHomeActivity();
} else {
if (!sessionManager.hasSession()) {
Expand Down

0 comments on commit fa8db9d

Please sign in to comment.