Loading src_config/com/android/launcher3/config/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,5 +38,5 @@ public final class FeatureFlags { // When enabled fling down gesture on the first workspace triggers search. public static final boolean PULLDOWN_SEARCH = false; // When enabled the status bar may show dark icons based on the top of the wallpaper. public static final boolean LIGHT_STATUS_BAR = false; public static final boolean LIGHT_STATUS_BAR = true; } Loading
src_config/com/android/launcher3/config/FeatureFlags.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,5 +38,5 @@ public final class FeatureFlags { // When enabled fling down gesture on the first workspace triggers search. public static final boolean PULLDOWN_SEARCH = false; // When enabled the status bar may show dark icons based on the top of the wallpaper. public static final boolean LIGHT_STATUS_BAR = false; public static final boolean LIGHT_STATUS_BAR = true; }