Suppose entry adds a button as item object
then button should take the event as well as
it should pass to underlying layer.
This patch fixes it.
@fix
No Linters Available |
No Unit Test Coverage |
Buildable 15723 | |
Build 10712: arc lint + arc unit |
Sorry for the delay.
Can you elaborate on the case where this is needed? Conceptually, it seems like if I click a button in an entry then only the button should be getting the event?
But if you're setting repeat here then that means the button will get the event as well as the object below it inside the parent smart object?