mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Store receipt fields as booleans instead of counts.
This commit is contained in:
@@ -119,7 +119,7 @@ public class ViewOnceMessageView extends LinearLayout {
|
||||
icon.setImageResource(0);
|
||||
showProgress = true;
|
||||
} else if (messageRecord.isOutgoing()) {
|
||||
if (messageRecord.isRemoteViewed()) {
|
||||
if (messageRecord.isViewed()) {
|
||||
iconColor = openedIconColor;
|
||||
text.setText(R.string.RevealableMessageView_viewed);
|
||||
icon.setImageResource(R.drawable.ic_viewed_once_24);
|
||||
|
||||
Reference in New Issue
Block a user