Skip to content

Commit 912796d

Browse files
committed
Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Android into feature/2968-stats-widget
Conflicts: WordPress/src/main/java/org/wordpress/android/ui/accounts/SignInFragment.java
2 parents f246a39 + 10e7328 commit 912796d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerMixpanel.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,10 @@ private AnalyticsTrackerMixpanelInstructionsForStat instructionsForStat(
266266
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
267267
mixpanelInstructionsForEventName("Application Closed");
268268
break;
269+
case APPLICATION_UPGRADED:
270+
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
271+
mixpanelInstructionsForEventName("Application Upgraded");
272+
break;
269273
case THEMES_ACCESSED_THEMES_BROWSER:
270274
instructions = AnalyticsTrackerMixpanelInstructionsForStat.
271275
mixpanelInstructionsForEventName("Themes - Accessed Theme Browser");

0 commit comments

Comments
 (0)