Skip to content

Commit 1d5927f

Browse files
committed
Fixes #13789
1 parent d2b7f27 commit 1d5927f

File tree

1 file changed

+2
-1
lines changed
  • app/src/main/java/org/thoughtcrime/securesms/recipients/ui/about

1 file changed

+2
-1
lines changed

app/src/main/java/org/thoughtcrime/securesms/recipients/ui/about/AboutSheet.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,10 @@ private fun Content(
208208
Row {
209209
AndroidView(factory = ::EmojiTextView) {
210210
it.text = model.about
211-
it.setTextColor(textColor.toArgb())
212211

213212
TextViewCompat.setTextAppearance(it, R.style.Signal_Text_BodyLarge)
213+
214+
it.setTextColor(textColor.toArgb())
214215
}
215216
}
216217
},

0 commit comments

Comments
 (0)