mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Adjust scope of Groups V2 feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
61eab44474
commit
9c54e39eae
@@ -150,7 +150,7 @@ public class CreateGroupActivity extends ContactSelectionActivity {
|
||||
|
||||
stopwatch.split("registered");
|
||||
|
||||
if (FeatureFlags.groupsV2()) {
|
||||
if (FeatureFlags.groupsV2create()) {
|
||||
try {
|
||||
new GroupsV2CapabilityChecker().refreshCapabilitiesIfNecessary(resolved);
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user