mirror of
https://github.com/oxen-io/session-android.git
synced 2025-07-11 05:28:36 +00:00
Hide "Read More" when long message is remote deleted.
This commit is contained in:
parent
91ca19f294
commit
0c5648bfb1
@ -626,6 +626,7 @@ public class ConversationItem extends LinearLayout implements BindableConversati
|
||||
|
||||
bodyText.setText(italics);
|
||||
bodyText.setVisibility(View.VISIBLE);
|
||||
bodyText.setOverflowText(null);
|
||||
} else if (isCaptionlessMms(messageRecord)) {
|
||||
bodyText.setVisibility(View.GONE);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user