Merge "Enable suggestion v2 experiment"

This commit is contained in:
TreeHugger Robot
2017-10-31 02:55:03 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 16 deletions

View File

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