mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Hide overflow if the group call is not in the CONNECTED state.
This commit is contained in:
@@ -166,7 +166,7 @@ public final class WebRtcControls {
|
||||
}
|
||||
|
||||
public boolean displayOverflow() {
|
||||
return isAtLeastOutgoing() && hasAtLeastOneRemote && isGroupCall();
|
||||
return isAtLeastOutgoing() && hasAtLeastOneRemote && isGroupCall() && groupCallState == GroupCallState.CONNECTED;
|
||||
}
|
||||
|
||||
public boolean displayMuteAudio() {
|
||||
|
||||
Reference in New Issue
Block a user