mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 06:07:37 +00:00
Fix story unavailable emoji render bug.
This commit is contained in:
committed by
Alex Hart
parent
8261e21005
commit
4b8729c2ae
@@ -301,7 +301,7 @@ public class QuoteView extends FrameLayout implements RecipientForeverObserver {
|
||||
mediaDescriptionText.setText(R.string.QuoteView_no_longer_available);
|
||||
if (storyReaction != null) {
|
||||
missingStoryReaction.setVisibility(View.VISIBLE);
|
||||
missingStoryReaction.setImageEmoji(body);
|
||||
missingStoryReaction.setImageEmoji(storyReaction);
|
||||
} else {
|
||||
missingStoryReaction.setVisibility(View.GONE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user