Skip to content

getRotation parameter of InvalidatingComposeView is unused #951

Description

@ln-12

Environment details

  1. Cluster renderer
  2. Android 17
  3. 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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    triage meI really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions