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

Commit 85061180 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: I70070f1579f0b06113583d525c9c46731e051465
parents 71113c21 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";