Fix story unavailable emoji render bug.
This commit is contained in:
parent
8261e21005
commit
4b8729c2ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue