mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix premium sticker tooltip auto-show in comments.
This commit is contained in:
parent
24ee944689
commit
51010e864c
1 changed files with 0 additions and 1 deletions
|
@ -1493,7 +1493,6 @@ void ListWidget::elementStartInteraction(not_null<const Element*> view) {
|
||||||
void ListWidget::elementStartPremium(
|
void ListWidget::elementStartPremium(
|
||||||
not_null<const Element*> view,
|
not_null<const Element*> view,
|
||||||
Element *replacing) {
|
Element *replacing) {
|
||||||
_emojiInteractions->playPremiumEffect(view, replacing);
|
|
||||||
const auto already = !_emojiInteractions->playPremiumEffect(
|
const auto already = !_emojiInteractions->playPremiumEffect(
|
||||||
view,
|
view,
|
||||||
replacing);
|
replacing);
|
||||||
|
|
Loading…
Add table
Reference in a new issue