mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Bumping icon version to clear db to trigger loading from IconProvider.
Bug: 29401565 Change-Id: I168dc9b52a972c7858ff8859a6375df314914105
This commit is contained in:
@@ -802,7 +802,7 @@ public class IconCache {
|
||||
}
|
||||
|
||||
private static final class IconDB extends SQLiteCacheHelper {
|
||||
private final static int DB_VERSION = 9;
|
||||
private final static int DB_VERSION = 10;
|
||||
|
||||
private final static int RELEASE_VERSION = DB_VERSION +
|
||||
(FeatureFlags.LAUNCHER3_DISABLE_ICON_NORMALIZATION ? 0 : 1);
|
||||
|
||||
Reference in New Issue
Block a user