mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Remote ring small groups feature flag.
This commit is contained in:
committed by
Alex Hart
parent
fc2b67aa0f
commit
e76bec63a3
@@ -13,7 +13,6 @@ import org.thoughtcrime.securesms.ringrtc.Camera;
|
||||
import org.thoughtcrime.securesms.ringrtc.RemotePeer;
|
||||
import org.thoughtcrime.securesms.service.webrtc.state.WebRtcServiceState;
|
||||
import org.thoughtcrime.securesms.service.webrtc.state.WebRtcServiceStateBuilder;
|
||||
import org.thoughtcrime.securesms.util.FeatureFlags;
|
||||
import org.thoughtcrime.securesms.util.NetworkUtil;
|
||||
import org.thoughtcrime.securesms.webrtc.locks.LockManager;
|
||||
|
||||
@@ -80,7 +79,7 @@ public class GroupJoiningActionProcessor extends GroupActionProcessor {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
if (FeatureFlags.groupCallRinging() && currentState.getCallSetupState(RemotePeer.GROUP_CALL_ID).shouldRingGroup()) {
|
||||
if (currentState.getCallSetupState(RemotePeer.GROUP_CALL_ID).shouldRingGroup()) {
|
||||
try {
|
||||
groupCall.ringAll();
|
||||
} catch (CallException e) {
|
||||
|
||||
Reference in New Issue
Block a user