mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Make GV2 feature flags remote capable.
This commit is contained in:
committed by
Greyson Parrelli
parent
56551025e9
commit
8947b82034
@@ -30,7 +30,7 @@ public class CreateGroupActivity extends ContactSelectionActivity {
|
||||
private View next;
|
||||
|
||||
public static Intent newIntent(@NonNull Context context) {
|
||||
if (!FeatureFlags.newGroupUI()) {
|
||||
if (!FeatureFlags.newGroupUI() || !FeatureFlags.groupsV2create()) {
|
||||
return new Intent(context, GroupCreateActivity.class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user