mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-27 07:52:09 +00:00
@@ -3482,6 +3482,7 @@ void GroupCall::destroyController() {
|
||||
DEBUG_LOG(("Call Info: Destroying call controller.."));
|
||||
invalidate_weak_ptrs(&_instanceGuard);
|
||||
|
||||
_instance->stop();
|
||||
crl::async([
|
||||
instance = base::take(_instance),
|
||||
done = _delegate->groupCallAddAsyncWaiter()
|
||||
@@ -3497,6 +3498,8 @@ void GroupCall::destroyScreencast() {
|
||||
if (_screenInstance) {
|
||||
DEBUG_LOG(("Call Info: Destroying call screen controller.."));
|
||||
invalidate_weak_ptrs(&_screenInstanceGuard);
|
||||
|
||||
_screenInstance->stop();
|
||||
crl::async([
|
||||
instance = base::take(_screenInstance),
|
||||
done = _delegate->groupCallAddAsyncWaiter()
|
||||
|
||||
Vendored
+1
-1
Submodule Telegram/ThirdParty/tgcalls updated: 7dd3cf86a3...c2620d42ee
+1
-1
Submodule Telegram/lib_ui updated: b305df8cc5...dbc0e87c80
Reference in New Issue
Block a user