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

Commit 14665d4f authored by Sihua Ma's avatar Sihua Ma
Browse files

Invalidate icon cache to clear misshapen images

Test: Manual
Bug: 399665497
Flag: EXEMPT bug fix
Change-Id: If83e62bb5542ff084b4c4d7159fb688cb9021591
parent 550c9145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -641,7 +641,7 @@ constructor(
            ComponentKey(ComponentName(packageName, packageName + EMPTY_CLASS_NAME), user)

        // Ensures themed bitmaps in the icon cache are invalidated
        @JvmField val RELEASE_VERSION = if (Flags.forceMonochromeAppIcons()) 8 else 7
        @JvmField val RELEASE_VERSION = if (Flags.forceMonochromeAppIcons()) 10 else 9

        @JvmField val TABLE_NAME = "icons"
        @JvmField val COLUMN_ROWID = "rowid"