mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 18:10:35 +00:00
Fix closing float player over Intro.
This commit is contained in:
parent
3f0078cfbf
commit
044c281cf7
@ -632,6 +632,7 @@ void FloatController::finishDrag(not_null<Item*> instance, bool closed) {
|
||||
_closeEvents.fire(item->fullId());
|
||||
}
|
||||
instance->widget->detach();
|
||||
Media::Player::instance()->stop(AudioMsgId::Type::Voice);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user