Fixes calling participants list popup
This commit is contained in:
parent
716f852970
commit
7267391de4
3 changed files with 6 additions and 2 deletions
|
@ -4208,7 +4208,7 @@ button.module-image__border-overlay:focus {
|
||||||
inset-inline-start: 0;
|
inset-inline-start: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: $z-index-popup;
|
z-index: $z-index-calling;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
top: 22px;
|
top: 22px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: $z-index-popup;
|
z-index: $z-index-calling;
|
||||||
padding-inline: 1rem;
|
padding-inline: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1783,6 +1783,8 @@ export class CallingClass {
|
||||||
await processGroupCallRingCancellation(ringId);
|
await processGroupCallRingCancellation(ringId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.stopCallingLobby();
|
||||||
|
|
||||||
if (shouldRing) {
|
if (shouldRing) {
|
||||||
log.info('handleGroupCallRingUpdate: ringing');
|
log.info('handleGroupCallRingUpdate: ringing');
|
||||||
this.reduxInterface?.receiveIncomingGroupCall({
|
this.reduxInterface?.receiveIncomingGroupCall({
|
||||||
|
@ -1886,6 +1888,8 @@ export class CallingClass {
|
||||||
|
|
||||||
this.attachToCall(conversation, call);
|
this.attachToCall(conversation, call);
|
||||||
|
|
||||||
|
this.stopCallingLobby();
|
||||||
|
|
||||||
this.reduxInterface.receiveIncomingDirectCall({
|
this.reduxInterface.receiveIncomingDirectCall({
|
||||||
conversationId: conversation.id,
|
conversationId: conversation.id,
|
||||||
isVideoCall: call.isVideoCall,
|
isVideoCall: call.isVideoCall,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue