Enable suggestion v2 experiment
Bug: 68662574 Test: robotests Change-Id: Ib8aeef45ebe1260e9c8699e231db37840a0ce3db
This commit is contained in:
@@ -92,7 +92,7 @@ public class SuggestionFeatureProviderImpl implements SuggestionFeatureProvider
|
||||
}
|
||||
|
||||
private static boolean isV2Enabled() {
|
||||
return FeatureFlagUtils.isEnabled(FEATURE_FLAG_SUGGESTIONS_V2);
|
||||
return FeatureFlagUtils.isEnabled(FEATURE_FLAG_SUGGESTIONS_V2) || true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user