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

Commit d42903b4 authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

Merge "Disabling icon normalization" into ub-launcher3-burnaby-polish

parents 5255c87c dde32e21
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;

}