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(
|
Subscription(
|
||||||
id = it.productId,
|
id = it.productId,
|
||||||
title = it.name,
|
title = it.title,
|
||||||
description = it.description,
|
description = it.description,
|
||||||
price = finalPrice.formattedPrice,
|
price = finalPrice.formattedPrice,
|
||||||
status = status,
|
status = status,
|
||||||
|
|
|
@ -271,18 +271,6 @@ private fun SettingSubscriptionItem(
|
||||||
},
|
},
|
||||||
elevation = 2.dp,
|
elevation = 2.dp,
|
||||||
trailing = {
|
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()
|
ChevronIcon()
|
||||||
},
|
},
|
||||||
content = {
|
content = {
|
||||||
|
|
Loading…
Reference in New Issue