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 when reopening while guide bottom sheet is open #2423

Open
kylecorry31 opened this issue Jun 6, 2024 · 0 comments
Open

Crash when reopening while guide bottom sheet is open #2423

kylecorry31 opened this issue Jun 6, 2024 · 0 comments
Labels
bug Something isn't working p4 Priority 4 tool-user-guide

Comments

@kylecorry31
Copy link
Owner

Not able to reproduce, but will try more things. Reported by 1 user.

ComponentInfo{com.kylecorry.trail_sense/com.kylecorry.trail_sense.main.MainActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.kylecorry.trail_sense.tools.guide.ui.GuideBottomSheetFragment: could not find Fragment constructor

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kylecorry.trail_sense/com.kylecorry.trail_sense.main.MainActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.kylecorry.trail_sense.tools.guide.ui.GuideBottomSheetFragment: could not find Fragment constructor
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3846)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4022)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2336)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:246)
at android.app.ActivityThread.main(ActivityThread.java:8653)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Caused by: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.kylecorry.trail_sense.tools.guide.ui.GuideBottomSheetFragment: could not find Fragment constructor
at M0.E.a(SourceFile:59)
at androidx.fragment.app.FragmentState.r(SourceFile:3)
at androidx.fragment.app.e.(SourceFile:3)
at androidx.fragment.app.d.W(SourceFile:253)
at androidx.fragment.app.d.b(SourceFile:174)
at M0.v.a(SourceFile:139)
at c.j.onCreate(SourceFile:31)
at i.i.onCreate(SourceFile:1)
at com.kylecorry.trail_sense.main.MainActivity.onCreate(SourceFile:471)
at android.app.Activity.performCreate(Activity.java:8207)
at android.app.Activity.performCreate(Activity.java:8191)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1309)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3819)
... 11 more
Caused by: java.lang.NoSuchMethodException: com.kylecorry.trail_sense.tools.guide.ui.GuideBottomSheetFragment. []
at java.lang.Class.getConstructor0(Class.java:2332)
at java.lang.Class.getConstructor(Class.java:1728)
at M0.E.a(SourceFile:20)
... 23 more

@kylecorry31 kylecorry31 added bug Something isn't working p4 Priority 4 tool-user-guide labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p4 Priority 4 tool-user-guide
Projects
None yet
Development

No branches or pull requests

1 participant