Skip to content

Commit

Permalink
Tracking user on app start. [ref #108887686]
Browse files Browse the repository at this point in the history
  • Loading branch information
zafrani committed Nov 24, 2015
1 parent 6b0c5ee commit d4fedd6
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 d4fedd6

Please sign in to comment.