mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Complete text formatting.
This commit is contained in:
committed by
Greyson Parrelli
parent
534c5c3c64
commit
a64bffd83a
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user