Complete text formatting.

This commit is contained in:
Cody Henthorne
2023-05-17 13:44:14 -04:00
committed by Greyson Parrelli
parent 534c5c3c64
commit a64bffd83a
20 changed files with 211 additions and 271 deletions

View File

@@ -130,7 +130,6 @@ public class LongMessageFragment extends FullScreenDialogFragment {
SpannableString styledBody = linkifyMessageBody(new SpannableString(trimmedBody));
bubble.setVisibility(View.VISIBLE);
text.enableSpoilerFiltering();
text.setText(styledBody);
text.setMovementMethod(LinkMovementMethod.getInstance());
text.setTextSize(TypedValue.COMPLEX_UNIT_SP, SignalStore.settings().getMessageFontSize());