mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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
|
if (raw->finishedAt
|
||||||
&& (ms - raw->finishedAt
|
&& (ms - raw->finishedAt
|
||||||
> st::defaultRippleAnimation.hideDuration)) {
|
> st::defaultRippleAnimation.hideDuration)) {
|
||||||
_inactiveQuickActions.erase(it);
|
it = _inactiveQuickActions.erase(it);
|
||||||
} else {
|
} else {
|
||||||
if (raw->data.msgBareId == history->peer->id.value) {
|
if (raw->data.msgBareId == history->peer->id.value) {
|
||||||
context.quickActionContext = raw;
|
context.quickActionContext = raw;
|
||||||
|
|
Loading…
Add table
Reference in a new issue