Remove silky flag from homepage for official release
Remove the silky condition and clean up redundant files. Bug: 183670633 Test: robotests & visual with turning on/off silky home Change-Id: I9259108534935ed8551748b922098dd52043afc1
This commit is contained in:
@@ -96,12 +96,7 @@ public class SettingsHomepageActivity extends FragmentActivity {
|
||||
getLifecycle().addObserver(new AvatarViewMixin(this, avatarView));
|
||||
}
|
||||
|
||||
if (FeatureFlagUtils.isEnabled(this, FeatureFlags.SILKY_HOME)) {
|
||||
showSuggestionFragment();
|
||||
} else {
|
||||
findViewById(R.id.homepage_title).setVisibility(View.GONE);
|
||||
avatarView.setVisibility(View.GONE);
|
||||
}
|
||||
showSuggestionFragment();
|
||||
|
||||
if (FeatureFlagUtils.isEnabled(this, FeatureFlags.CONTEXTUAL_HOME)) {
|
||||
showFragment(new ContextualCardsFragment(), R.id.contextual_cards_content);
|
||||
|
Reference in New Issue
Block a user