Skip to content

Commit

Permalink
getSubbedString correction
Browse files Browse the repository at this point in the history
  • Loading branch information
alansley committed Aug 28, 2024
1 parent 2a8f010 commit ace58e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ConversationActionBarView @JvmOverloads constructor(
val durationAbbreviated = ExpirationUtil.getExpirationAbbreviatedDisplayValue(config.expiryMode.expirySeconds)

// ..then substitute into the string..
val subtitleTxt = context.getString(R.string.disappearingMessagesDisappear,
val subtitleTxt = context.getSubbedString(R.string.disappearingMessagesDisappear,
DISAPPEARING_MESSAGES_TYPE_KEY to dmTypeString,
TIME_KEY to durationAbbreviated
)
Expand Down

0 comments on commit ace58e3

Please sign in to comment.