Using a negative flag for icon notmalization

Change-Id: Iaa94aea730d2b5cc3f15f3578f240127ca0eef63
This commit is contained in:
Sunny Goyal
2016-03-03 13:19:24 -08:00
parent 935ef42268
commit 531cda693d
4 changed files with 6 additions and 6 deletions

View File

@@ -803,7 +803,7 @@ public class IconCache {
private final static int DB_VERSION = 7;
private final static int RELEASE_VERSION = DB_VERSION +
(FeatureFlags.LAUNCHER3_ICON_NORMALIZATION ? 1 : 0);
(FeatureFlags.LAUNCHER3_DISABLE_ICON_NORMALIZATION ? 0 : 1);
private final static String TABLE_NAME = "icons";
private final static String COLUMN_ROWID = "rowid";