mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 21:57:17 +00:00
Fix rendering of subscription error string.
This commit is contained in:
@@ -124,9 +124,11 @@ object ActiveSubscriptionPreference {
|
||||
}
|
||||
|
||||
private fun presentRedemptionFailureState(model: Model) {
|
||||
val contactString = context.getString(R.string.MySupportPreference__please_contact_support)
|
||||
|
||||
expiry.text = SpanUtil.clickSubstring(
|
||||
context.getString(R.string.MySupportPreference__couldnt_add_badge_s),
|
||||
context.getString(R.string.MySupportPreference__please_contact_support),
|
||||
context.getString(R.string.MySupportPreference__couldnt_add_badge_s, contactString),
|
||||
contactString,
|
||||
{
|
||||
model.onContactSupport()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user