Revert "Clear the bitmap associated with canvases."

This reverts commit 9b9d48f289.
This commit is contained in:
Adam Cohen
2011-08-03 11:49:05 -07:00
parent 375b01e38f
commit 4e012846cd
7 changed files with 0 additions and 15 deletions

View File

@@ -200,7 +200,6 @@ public class BubbleTextView extends TextView implements VisibilityChangedBroadca
canvas.setBitmap(b);
drawWithPadding(canvas, padding);
mOutlineHelper.applyExtraThickExpensiveOutlineWithBlur(b, canvas, glowColor, outlineColor);
canvas.setBitmap(null);
return b;
}