mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Revert "Clear the bitmap associated with canvases."
This reverts commit 9b9d48f289.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user