mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-10 14:18:33 +00:00
Make GV2 feature flags remote capable.
This commit is contained in:
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
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user