Fix clipping issue on adaptive icons

Bug: 62372639

Change-Id: Ie9dcf18f61c45225823dfbbf85578edcbffd86b9
This commit is contained in:
Hyunyoung Song
2018-06-28 11:33:23 -07:00
parent d63e6dff28
commit 7d4ef41cb4
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -801,7 +801,7 @@ public class IconCache {
}
private static final class IconDB extends SQLiteCacheHelper {
private final static int RELEASE_VERSION = 23;
private final static int RELEASE_VERSION = 24;
private final static String TABLE_NAME = "icons";
private final static String COLUMN_ROWID = "rowid";