mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Add new Media::Audio::Instance for audio tracks.
Move some audio-related code from Media::Player to Media::Audio.
This commit is contained in:
@@ -319,10 +319,7 @@ void Application::closeApplication() {
|
||||
if (App::launchState() == App::QuitProcessed) return;
|
||||
App::setLaunchState(App::QuitProcessed);
|
||||
|
||||
if (_messengerInstance) {
|
||||
Messenger::Instance().prepareToDestroy();
|
||||
_messengerInstance.reset();
|
||||
}
|
||||
_messengerInstance.reset();
|
||||
|
||||
Sandbox::finish();
|
||||
|
||||
|
Reference in New Issue
Block a user