mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-13 12:07:57 +01:00
Restore participant list header in the group call lobby.
This commit is contained in:
committed by
Cody Henthorne
parent
bef261e9dd
commit
72b3f6a11b
+1
-1
@@ -248,7 +248,7 @@ private fun CallInfo(
|
||||
}
|
||||
}
|
||||
|
||||
if (!participantsState.inCallLobby || participantsState.isOngoing()) {
|
||||
if (controlAndInfoState.callLink == null || !participantsState.inCallLobby || participantsState.isOngoing()) {
|
||||
item {
|
||||
Box(
|
||||
modifier = Modifier
|
||||
|
||||
Reference in New Issue
Block a user