Skip to content

ModalBottomSheetLayout Crash with TalkBack Enabled in co.yml:ycharts:2.1.0 #183

@stshelton

Description

@stshelton

I am experiencing a crash when using co.yml:ycharts with Jetpack Compose Material and TalkBack enabled. The crash occurs due to a NoSuchMethodError on ModalBottomSheetLayout, indicating that the library may be using an outdated Compose version.

Possible Cause:

Outdated Compose dependencies:

ycharts:2.1.0 might be using an older version of ModalBottomSheetLayout.
The latest Compose BOM (2024.06.00) aligns with 1.6.8, but ycharts might be hardcoded to an older version (1.4.x or 1.5.x).

Environment Details:

YCharts Version: 2.1.0
Jetpack Compose BOM: 2024.06.00
Android Gradle Plugin (AGP): 8.2.2
Gradle Version: 8.4
Device: Pixel 6, Android 14
Reproducibility: 100% when TalkBack is enabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions