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

Improve scheduled voice chat top bar design.

This commit is contained in:
John Preston
2021-04-06 13:59:14 +04:00
parent 088fda4ed8
commit 66e7f05df1
12 changed files with 260 additions and 55 deletions

View File

@@ -1003,6 +1003,8 @@ void SessionController::startOrJoinGroupCall(
&& calls.inGroupCall()) {
if (calls.currentGroupCall()->peer() == peer) {
calls.activateCurrentCall(joinHash);
} else if (calls.currentGroupCall()->scheduleDate()) {
calls.startOrJoinGroupCall(peer, joinHash);
} else {
askConfirmation(
tr::lng_group_call_leave_to_other_sure(tr::now),