Fix story unavailable emoji render bug.

This commit is contained in:
Cody Henthorne 2022-05-05 11:16:35 -04:00 committed by Alex Hart
parent 8261e21005
commit 4b8729c2ae

View file

@ -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);
}