Adjust scope of Groups V2 feature flag.

This commit is contained in:
Alan Evans
2020-07-23 11:25:32 -03:00
committed by Greyson Parrelli
parent 61eab44474
commit 9c54e39eae
3 changed files with 7 additions and 12 deletions

View File

@@ -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) {