Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb95f23 authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Enable light status bar feature

Change-Id: I8cc6068b534324c6750b3d4768c907fcf0f4cfbd
parent e6d41b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}