Inline the call links feature flag.

This commit is contained in:
Greyson Parrelli
2024-10-16 15:41:08 -04:00
parent 69b506db1c
commit 262b359c3f
4 changed files with 3 additions and 32 deletions

View File

@@ -412,10 +412,6 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
}
private void initializePendingParticipantFragmentListener() {
if (!RemoteConfig.adHocCalling()) {
return;
}
getSupportFragmentManager().setFragmentResultListener(
PendingParticipantsBottomSheet.REQUEST_KEY,
this,