mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Fixed clearing of inactive quick dialog actions.
This commit is contained in:
parent
423782fd2b
commit
be8a836528
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ void InnerWidget::paintEvent(QPaintEvent *e) {
|
|||
if (raw->finishedAt
|
||||
&& (ms - raw->finishedAt
|
||||
> st::defaultRippleAnimation.hideDuration)) {
|
||||
_inactiveQuickActions.erase(it);
|
||||
it = _inactiveQuickActions.erase(it);
|
||||
} else {
|
||||
if (raw->data.msgBareId == history->peer->id.value) {
|
||||
context.quickActionContext = raw;
|
||||
|
|
Loading…
Add table
Reference in a new issue