mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Revert "Clear the bitmap associated with canvases."
This reverts commit 9b9d48f289.
This commit is contained in:
@@ -101,7 +101,6 @@ 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