mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
committed by
Greyson Parrelli
parent
65bf0aad79
commit
4acafc3d77
@@ -212,9 +212,12 @@ public final class MediaPreviewActivity extends PassphraseRequiredActivity
|
||||
from = getString(R.string.note_to_self);
|
||||
} else {
|
||||
to = threadRecipient.getDisplayName(this);
|
||||
if (mediaItem.outgoing) {
|
||||
return getString(R.string.MediaPreviewActivity_you_to_s, to);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
to = getString(R.string.MediaPreviewActivity_you);
|
||||
return getString(R.string.MediaPreviewActivity_s_to_you, from);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user