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

Commit 224b0280 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Increase icon cache version

Bug: 123939586

TL;DR;; For users that lost the change icon shape setting in home settings,
their icons will start upgrading to circle resulting in inconsistent
shapes.

Change-Id: Ibe5f1cdcc39a6b8688c287f46bcc7d7b09302b27
parent 2341e5b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,7 +505,7 @@ public abstract class BaseIconCache {
    }

    static final class IconDB extends SQLiteCacheHelper {
        private final static int RELEASE_VERSION = 25;
        private final static int RELEASE_VERSION = 26;

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