Fixed
Status Update
Comments
cl...@google.com <cl...@google.com>
ap...@google.com <ap...@google.com> #2
I believe inheritance will be supported long-term, but is not yet. The error is probably expected to fire in both A and B in the near-term. Chuck can confirm
na...@google.com <na...@google.com> #3
1. We plan to support inheritance but we don't yet.
2. A is not reported nor is A transformed to add @Model behavior. This is a bug. We should report A as and error as well and, eventually, both should work and produce the classes with the expected semantics.
2. A is not reported nor is A transformed to add @Model behavior. This is a bug. We should report A as and error as well and, eventually, both should work and produce the classes with the expected semantics.
Description
Version used: 1.0.0-alpha12, but I've confirmed it isn't fixed in the latest version on cs.android.com
I want to access the current size in Modifier.graphicsLayer
I want to be able to write code like this
Instead, because GraphicsLayerScope doesn't have any size information, I have to write code like this
I'm filing an issue because Adam Powell suggested it on slack )