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

This reverts commit 4e012846cd.
This commit is contained in:
Adam Cohen
2011-08-03 12:02:47 -07:00
parent 30be2cd2a4
commit aaf473c2bb
7 changed files with 15 additions and 0 deletions

View File

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