Skip to content

Commit 34a55b3

Browse files
committed
Move signedin tracking to the google fragment
1 parent 0361ec8 commit 34a55b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendored/WordPressLoginFlow/src/main/java/org/wordpress/android/login/SignupGoogleFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public void onAuthenticationChanged(OnAuthenticationChanged event) {
203203
AppLog.d(T.MAIN,
204204
"GOOGLE SIGNUP: onAuthenticationChanged - new wordpress account created");
205205
mAnalyticsListener.trackCreatedAccount(event.userName, mGoogleEmail);
206+
mAnalyticsListener.trackAnalyticsSignIn(true);
206207
mGoogleListener.onGoogleSignupFinished(mDisplayName, mGoogleEmail, mPhotoUrl, event.userName);
207208
// Continue with login since existing account was selected.
208209
} else {

0 commit comments

Comments
 (0)