Fix premium sticker tooltip auto-show in comments.

This commit is contained in:
John Preston 2022-08-15 16:39:56 +03:00
parent 24ee944689
commit 51010e864c
1 changed files with 0 additions and 1 deletions

View File

@ -1493,7 +1493,6 @@ void ListWidget::elementStartInteraction(not_null<const Element*> view) {
void ListWidget::elementStartPremium(
not_null<const Element*> view,
Element *replacing) {
_emojiInteractions->playPremiumEffect(view, replacing);
const auto already = !_emojiInteractions->playPremiumEffect(
view,
replacing);