mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 15:43:55 +02:00
Fix closing float player over Intro.
This commit is contained in:
parent
3f0078cfbf
commit
044c281cf7
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ void FloatController::finishDrag(not_null<Item*> instance, bool closed) {
|
||||||
_closeEvents.fire(item->fullId());
|
_closeEvents.fire(item->fullId());
|
||||||
}
|
}
|
||||||
instance->widget->detach();
|
instance->widget->detach();
|
||||||
|
Media::Player::instance()->stop(AudioMsgId::Type::Voice);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue