mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix #778
This commit is contained in:
parent
c1f2e9a71d
commit
8bc4bbdce0
|
@ -1003,7 +1003,8 @@ void Core::removeGroup(int groupId, bool fake)
|
|||
return;
|
||||
tox_del_groupchat(tox, groupId);
|
||||
|
||||
leaveGroupCall(groupId);
|
||||
if (groupCalls[groupId].active)
|
||||
leaveGroupCall(groupId);
|
||||
}
|
||||
|
||||
QString Core::getUsername() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user