mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Reusing the same bitmap and pixel array for shape detection
Bug: 76162466 Change-Id: I785d9b8673b2b8b0a56a146143b375c412e9322a
This commit is contained in:
@@ -780,7 +780,7 @@ public class IconCache {
|
||||
}
|
||||
|
||||
private static final class IconDB extends SQLiteCacheHelper {
|
||||
private final static int RELEASE_VERSION = 21;
|
||||
private final static int RELEASE_VERSION = 22;
|
||||
|
||||
private final static String TABLE_NAME = "icons";
|
||||
private final static String COLUMN_ROWID = "rowid";
|
||||
|
||||
Reference in New Issue
Block a user