Fixed Bug P3 Add Hotlist Status UpdateNo update yet.Descriptionan...@google.com created issue #1Oct 29, 2020 11:30AMI noticed that we have a bit of inconsistency in names now:We have:Modifier.drawBehind {}Modifier.drawWithCache {}But in inside drawWithCache block we have:onDraw {}onDrawWithCache {}Should the first one have "Behind" in the name? I am also not sure they both need "on" as wellIssue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Nov 2, 2020 03:26PMMarked as fixed.Hi. Thanks for reporting this. Fixed in this changelist. This should be available in alpha-04 Add comment Comment
Description
We have:
Modifier.drawBehind {}
Modifier.drawWithCache {}
But in inside drawWithCache block we have:
onDraw {}
onDrawWithCache {}
Should the first one have "Behind" in the name? I am also not sure they both need "on" as well