Hide "Read More" when long message is remote deleted.
This commit is contained in:
parent
91ca19f294
commit
0c5648bfb1
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue