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

Commit dde32e21 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Disabling icon normalization

Bug: 26537769
Change-Id: Ia1d7127a7c01fe98127e34440d1c003b669eaf75
parent ecdc24f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@ public final class FeatureFlags {
    public static final boolean IS_RELEASE_BUILD = true;

    // Custom flags go below this
    public static final boolean LAUNCHER3_ICON_NORMALIZATION = true;
    public static final boolean LAUNCHER3_ICON_NORMALIZATION = false;

}