mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Fix closing float player over Intro.
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user