Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cb069bb authored by Jon Miranda's avatar Jon Miranda Committed by Automerger Merge Worker
Browse files

Update icon cache version. am: 91469dec

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/libs/systemui/+/15341063

Change-Id: I11a3aa23392b12f83d49fe64c3c208daa980e8dd
parents 2315e3db 91469dec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -510,7 +510,7 @@ public abstract class BaseIconCache {
     * Cache class to store the actual entries on disk
     */
    public static final class IconDB extends SQLiteCacheHelper {
        private static final int RELEASE_VERSION = 30;
        private static final int RELEASE_VERSION = 31;

        public static final String TABLE_NAME = "icons";
        public static final String COLUMN_ROWID = "rowid";