Closed Moony-H closed 1 year ago
Hi, Moony-H. I can't reproduce this issue. 😢 could you give me the code?
This bug is consistently reproducible when using AndroidX Fragment 1.5.0 and above.
You can reproduce it by simply adding implementation "androidx.fragment:fragment:1.5.5"
to FishBunDemo/build.gradle.
please use 1.1.1 version. thanks
This bug is consistently reproducible when using AndroidX Fragment 1.5.0 and above. You can reproduce it by simply adding
implementation "androidx.fragment:fragment:1.5.5"
to FishBunDemo/build.gradle.
Hi. I have this bug, but i have not this dependends .
My dependensies:
implementation("androidx.core:core-ktx:1.7.0") implementation("androidx.appcompat:appcompat:1.4.1") implementation("com.google.android.material:material:1.6.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation('androidx.navigation:navigation-fragment-ktx:2.4.2')
implementation('androidx.navigation:navigation-ui-ktx:2.4.2')
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.activity:activity-ktx:1.6.1'
Thanks for sharing :) I'm considering solving it through this PR(#262).
version 1.0.0-beta01 im getting crashes when fishbun started in fragment.
here's log
and my code
but, set the "setIsUseDetailView" false, it works.
i dont know why. how can i do?