mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 15:36:32 +00: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