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:
parent
54e1742a66
commit
ae97afa8b1
|
@ -110,7 +110,7 @@ class SubscriptionServiceAndroid(
|
|||
}
|
||||
Subscription(
|
||||
id = it.productId,
|
||||
title = it.name,
|
||||
title = it.title,
|
||||
description = it.description,
|
||||
price = finalPrice.formattedPrice,
|
||||
status = status,
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue