exp: Try to please the Google review team by removing the Free trial badge and switching back to subscription full title

This commit is contained in:
Artem Chepurnyi 2024-07-25 21:02:57 +03:00
parent 54e1742a66
commit ae97afa8b1
2 changed files with 1 additions and 13 deletions

View File

@ -110,7 +110,7 @@ class SubscriptionServiceAndroid(
}
Subscription(
id = it.productId,
title = it.name,
title = it.title,
description = it.description,
price = finalPrice.formattedPrice,
status = status,

View File

@ -271,18 +271,6 @@ private fun SettingSubscriptionItem(
},
elevation = 2.dp,
trailing = {
val status = subscription.status
if (status is Subscription.Status.Inactive && status.hasTrialAvailable) {
FlatTextFieldBadge(
type = TextFieldModel2.Vl.Type.INFO,
text = stringResource(Res.string.pref_item_premium_status_free_trial),
)
Spacer(
modifier = Modifier
.width(16.dp),
)
}
ChevronIcon()
},
content = {