Skip to content
Snippets Groups Projects
Verified Commit f906fb97 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed #191

parent a62e0577
No related branches found
No related tags found
No related merge requests found
Pipeline #457 passed
......@@ -185,7 +185,7 @@ class QuasselMessageRenderer @Inject constructor(
viewHolder.timeRight?.setTextSize(TypedValue.COMPLEX_UNIT_SP, textSize * 0.9f)
viewHolder.name?.setTextSize(TypedValue.COMPLEX_UNIT_SP, textSize)
viewHolder.realname?.setTextSize(TypedValue.COMPLEX_UNIT_SP, textSize)
val contentSize = if (messageSettings.largerEmoji && isEmoji) textSize * 2f else textSize
val contentSize = if (messageSettings.nicksOnNewLine && messageSettings.largerEmoji && isEmoji) textSize * 2f else textSize
viewHolder.content?.setTextSize(TypedValue.COMPLEX_UNIT_SP, contentSize)
viewHolder.combined?.setTextSize(TypedValue.COMPLEX_UNIT_SP, contentSize)
val avatarContainerSize = TypedValue.applyDimension(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment