mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Revert "fix: increase font size for messages"
This reverts commit 69e1808290
.
This commit is contained in:
parent
72cca114d3
commit
70678d6d1f
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ abstract class MessageTextItem : AbsMessageItem<MessageTextItem.Holder>() {
|
|||
if (useBigFont) {
|
||||
holder.messageView.textSize = 44F
|
||||
} else {
|
||||
holder.messageView.textSize = 15.5F
|
||||
holder.messageView.textSize = 14F
|
||||
}
|
||||
if (searchForPills) {
|
||||
message?.charSequence?.findPillsAndProcess(coroutineScope) {
|
||||
|
|
Loading…
Add table
Reference in a new issue