mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix build
This commit is contained in:
parent
3d422ce391
commit
cd98c0b7cc
@ -90,7 +90,6 @@ public:
|
||||
_audioDeviceModule->StopPlayout();
|
||||
_audioDeviceModule->StopRecording();
|
||||
}
|
||||
_audioDeviceModule->ActualTerminate();
|
||||
_audioDeviceModule = nullptr;
|
||||
} else {
|
||||
tgcalls::StaticThreads::getThreads()->getWorkerThread()->BlockingCall([&]() {
|
||||
@ -98,7 +97,6 @@ public:
|
||||
_audioDeviceModule->StopPlayout();
|
||||
_audioDeviceModule->StopRecording();
|
||||
}
|
||||
_audioDeviceModule->ActualTerminate();
|
||||
_audioDeviceModule = nullptr;
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user