Disabling icon normalization
Bug: 26537769 Change-Id: Ia1d7127a7c01fe98127e34440d1c003b669eaf75
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user