Environment details
- Cluster renderer
- Android 17
- 8.4.0
Code example
In this commit you introduced the getRotation, getAnchor and getZIndex parameters to InvalidatingComposeView. While getAnchor and getZIndex are used correctly, it seems to me that getRotation is shadowed by view's method:
When CMD clicking on the usage, Android Studio redirects me to View.class instead of the parameter like it does for getAnchor and getZIndex.
FYI @kikoso @dkhawk
Environment details
Code example
In this commit you introduced the
getRotation,getAnchorandgetZIndexparameters toInvalidatingComposeView. WhilegetAnchorandgetZIndexare used correctly, it seems to me thatgetRotationis shadowed by view's method:When CMD clicking on the usage, Android Studio redirects me to
View.classinstead of the parameter like it does forgetAnchorandgetZIndex.FYI @kikoso @dkhawk