Merge "Fix issue where the update dot wasn't showing" into tm-dev

This commit is contained in:
Mady Mellor
2022-03-08 00:19:30 +00:00
committed by Android (Google) Code Review

View File

@@ -173,8 +173,8 @@ public class BadgedImageView extends ConstraintLayout {
}
@Override
public void onDraw(Canvas canvas) {
super.onDraw(canvas);
public void dispatchDraw(Canvas canvas) {
super.dispatchDraw(canvas);
if (!shouldDrawDot()) {
return;