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

Commit 9b5a9758 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Clearing icon cache due to system app icon changes (without any SDK change)

Bug: 36366450
Change-Id: I23b77bd2bff292dee0e9ec576ba49f03e34628a6
parent 39a99e70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ public class IconCache {
    }

    private static final class IconDB extends SQLiteCacheHelper {
        private final static int DB_VERSION = 10;
        private final static int DB_VERSION = 11;

        private final static int RELEASE_VERSION = DB_VERSION +
                (FeatureFlags.LAUNCHER3_DISABLE_ICON_NORMALIZATION ? 0 : 1);