Fix quote text sizing.

This commit is contained in:
Alex Hart
2022-05-27 15:23:34 -03:00
committed by Greyson Parrelli
parent 7bf2ae3d5e
commit 28edd18e55
3 changed files with 37 additions and 12 deletions

View File

@@ -1482,7 +1482,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
quoteView.setWallpaperEnabled(hasWallpaper);
quoteView.setVisibility(View.VISIBLE);
quoteView.setTextSize(TypedValue.COMPLEX_UNIT_SP, SignalStore.settings().getMessageFontSize());
quoteView.setTextSize(TypedValue.COMPLEX_UNIT_SP, SignalStore.settings().getMessageQuoteFontSize(context));
quoteView.getLayoutParams().width = ViewGroup.LayoutParams.WRAP_CONTENT;
quoteView.setOnClickListener(view -> {