Merge "Update feature flag dashboard UI to display all features"

This commit is contained in:
TreeHugger Robot
2017-12-08 05:50:54 +00:00
committed by Android (Google) Code Review
8 changed files with 25 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ public class SuggestionFeatureProviderImpl implements SuggestionFeatureProvider
}
private static boolean isV2Enabled(Context context) {
return FeatureFlagUtils.isEnabled(context, SUGGESTIONS_V2) || true;
return FeatureFlagUtils.isEnabled(context, SUGGESTIONS_V2);
}
@Override