Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stshelton opened this issue Feb 15, 2025 · 0 comments

Comments

@stshelton
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant