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

Commit 26096b0b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Invalidate icon cache to clear misshapen images" into main

parents cf3ea899 14665d4f
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"