mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 14:27:34 +00: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);
|
||||
}
|
||||
|
||||
|
@@ -84,7 +84,10 @@ public final class FeatureFlags {
|
||||
CALLING_PIP,
|
||||
NEW_GROUP_UI,
|
||||
REACT_WITH_ANY_EMOJI,
|
||||
VERSIONED_PROFILES
|
||||
VERSIONED_PROFILES,
|
||||
GROUPS_V2,
|
||||
GROUPS_V2_CREATE,
|
||||
NEW_GROUP_UI
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user