Merge "Revert "Clear the bitmap associated with canvases.""

This commit is contained in:
Adam Cohen
2011-08-03 11:55:55 -07:00
committed by Android (Google) Code Review
7 changed files with 0 additions and 15 deletions

View File

@@ -104,7 +104,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;
}