Skip to content
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

Crash with Accompanist 0.19.0 #110

Closed
ch4rl3x opened this issue Oct 2, 2021 · 0 comments · Fixed by #111
Closed

Crash with Accompanist 0.19.0 #110

ch4rl3x opened this issue Oct 2, 2021 · 0 comments · Fixed by #111

Comments

@ch4rl3x
Copy link
Contributor

ch4rl3x commented Oct 2, 2021

Accompanist changed the HorizontalPager.
google/accompanist#678

Maybe thats the reason for the crash?

java.lang.NoSuchMethodError: No static method HorizontalPager-_-WMjBM(Lcom/google/accompanist/pager/PagerState;Landroidx/compose/ui/Modifier;ZFZLandroidx/compose/foundation/gestures/FlingBehavior;Landroidx/compose/ui/Alignment$Vertical;Landroidx/compose/ui/Alignment$Horizontal;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V in class Lcom/google/accompanist/pager/Pager; or its super classes (declaration of 'com.google.accompanist.pager.Pager' appears in /data/app/~~3aa2bLN0YE5vCRWALBVRjQ==/de.charlex.aquacalculator-wZ44zsF6ZnbtYdGoWq_oCw==/base.apk!classes25.dex)
        at com.vanpra.composematerialdialogs.datetime.date.DatePickerKt.DatePickerImpl(DatePicker.kt:110)
        at com.vanpra.composematerialdialogs.datetime.date.DatePickerKt.datepicker(DatePicker.kt:89)
        at de.charlex.aquacalculator.ui.components.DateFieldKt$DateField$1.invoke(DateField.kt:61)
        at de.charlex.aquacalculator.ui.components.DateFieldKt$DateField$1.invoke(DateField.kt:60)

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

Successfully merging a pull request may close this issue.

1 participant