2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Update API scheme to layer 118.

This commit is contained in:
John Preston
2020-08-25 11:48:18 +04:00
parent 883a62c0a2
commit 49c230b898
5 changed files with 20 additions and 10 deletions

View File

@@ -1082,7 +1082,7 @@ void Call::handleControllerError(const QString &error) {
void Call::destroyController() {
if (_instance) {
const auto state = _instance->stop();
_instance->stop();
DEBUG_LOG(("Call Info: Destroying call controller.."));
_instance.reset();