mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
committed by
Greyson Parrelli
parent
1fe58e2bc5
commit
13b1f98076
@@ -208,9 +208,10 @@ private fun Content(
|
||||
Row {
|
||||
AndroidView(factory = ::EmojiTextView) {
|
||||
it.text = model.about
|
||||
it.setTextColor(textColor.toArgb())
|
||||
|
||||
TextViewCompat.setTextAppearance(it, R.style.Signal_Text_BodyLarge)
|
||||
|
||||
it.setTextColor(textColor.toArgb())
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user