Update Search bar background color in Homepage

Change-Id: I53a42d576df2e7d19244af2ebcfee3e8d6376dfd
Fixes: 340759836
Test: visual
This commit is contained in:
Edgar Wang
2024-05-22 09:53:33 +00:00
parent 2237766fce
commit d5e389f0ba

View File

@@ -455,7 +455,7 @@ public class SettingsHomepageActivity extends FragmentActivity implements
}
private void updateHomepageBackground() {
if (!mIsEmbeddingActivityEnabled) {
if (!Flags.homepageRevamp() && !mIsEmbeddingActivityEnabled) {
return;
}