mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 23:15:44 +01:00
Make 'push' status a type bit on both incoming and outgoing msgs.
This commit is contained in:
@@ -175,7 +175,7 @@ public class ConversationItem extends LinearLayout {
|
||||
|
||||
private void setBodyText(MessageRecord messageRecord) {
|
||||
// TODO jake is going to fix this up
|
||||
if (messageRecord.isPushSent()) {
|
||||
if (messageRecord.isPush() && messageRecord.isOutgoing()) {
|
||||
bodyText.setText("PUSH " + messageRecord.getDisplayBody());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user