Skip to content

Commit e8b1b21

Browse files
authored
Merge pull request #18539 from wordpress-mobile/Plans-on-JP-Analytics
Plans on JP: Analytics
2 parents 5ca4b38 + 276f835 commit e8b1b21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WordPress/src/main/java/org/wordpress/android/ui/domains/DomainSuggestionsViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class DomainSuggestionsViewModel @Inject constructor(
272272
private fun openPlans(selectedSuggestion: DomainSuggestionItem) {
273273
val domainProductDetails = DomainProductDetails(selectedSuggestion.productId, selectedSuggestion.domainName)
274274
_onFreeDomainSelected.postValue(Event(domainProductDetails))
275-
// add tracking here
275+
domainsRegistrationTracker.trackDomainsPurchaseWebviewViewed(site, isSiteCreation = false)
276276
}
277277

278278
private fun selectDomain(selectedSuggestion: DomainSuggestionItem) {

WordPress/src/main/res/layout/plans_purchase_success_fragment.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:text="@string/dashboard_card_plans_checkout_success_title"
3737
android:textAlignment="viewStart"
3838
android:textFontWeight="700"
39-
android:textSize="@dimen/m3_sys_typescale_headline_large_text_size"
39+
android:textSize="@dimen/text_sz_extra_extra_large"
4040
app:layout_constraintEnd_toEndOf="parent"
4141
app:layout_constraintStart_toStartOf="parent"
4242
app:layout_constraintTop_toBottomOf="@id/illustration_view"

0 commit comments

Comments
 (0)