mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Revert "Revert "Clear the bitmap associated with canvases.""
This reverts commit 4e012846cd.
This commit is contained in:
@@ -104,6 +104,7 @@ public class IconCache {
|
||||
Canvas c = new Canvas(b);
|
||||
d.setBounds(0, 0, b.getWidth(), b.getHeight());
|
||||
d.draw(c);
|
||||
c.setBitmap(null);
|
||||
return b;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user