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