chore: Ready notification dot lawnchair variant in BTV
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
@@ -858,9 +858,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
final int scrollX = getScrollX();
|
||||
final int scrollY = getScrollY();
|
||||
canvas.translate(scrollX, scrollY);
|
||||
// LC-Postmerge-TODO: Notification dot
|
||||
// mDotRenderer.draw(canvas, mDotParams, mDotInfo == null ? -1 : mDotInfo.getNotificationCount());
|
||||
mDotRenderer.draw(canvas, mDotParams);
|
||||
mDotRenderer.draw(canvas, mDotParams, mDotInfo == null ? -1 : mDotInfo.getNotificationCount());
|
||||
canvas.translate(-scrollX, -scrollY);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user