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

Illegal state exception #26

Closed
MrApplejuice opened this issue May 7, 2023 · 2 comments
Closed

Illegal state exception #26

MrApplejuice opened this issue May 7, 2023 · 2 comments
Labels
app-store Changed required for the app-store presence bug Something isn't working speculative-fix-applied Has a speculative fix applied, so cannot be confirmed to be fixed.
Milestone

Comments

@MrApplejuice
Copy link
Collaborator

image

Exception java.lang.IllegalStateException:
  at androidx.fragment.app.Fragment.requireContext (Fragment.java:967)
  at androidx.fragment.app.Fragment.getResources (Fragment.java:1031)
  at androidx.fragment.app.Fragment.getString (Fragment.java:1053)
  at eu.pkgsoftware.babybuddywidgets.BaseFragment.showError (BaseFragment.java:50)
  at eu.pkgsoftware.babybuddywidgets.TimerListViewHolder$StoreActivityCallback$1.error (TimerListViewHolder.java:189)
  at eu.pkgsoftware.babybuddywidgets.networking.BabyBuddyClient$6.error (BabyBuddyClient.java:704)
  at eu.pkgsoftware.babybuddywidgets.networking.BabyBuddyClient$1.lambda$run$0 (BabyBuddyClient.java:572)
  at eu.pkgsoftware.babybuddywidgets.networking.BabyBuddyClient$1$$ExternalSyntheticLambda0.run
  at android.os.Handler.handleCallback (Handler.java:942)
  at android.os.Handler.dispatchMessage (Handler.java:99)
  at android.os.Looper.loopOnce (Looper.java:226)
  at android.os.Looper.loop (Looper.java:313)
  at android.app.ActivityThread.main (ActivityThread.java:8757)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1067)
@MrApplejuice MrApplejuice added bug Something isn't working app-store Changed required for the app-store presence labels May 7, 2023
@MrApplejuice MrApplejuice added this to the 1.3.0 milestone May 7, 2023
@MrApplejuice MrApplejuice modified the milestones: 2.0.0, Next release May 24, 2023
@MrApplejuice
Copy link
Collaborator Author

There is a slight chance that #43 fixed this one as well!

@MrApplejuice MrApplejuice added needs-verification Probable issue, but not enough information how to reproduce. speculative-fix-applied Has a speculative fix applied, so cannot be confirmed to be fixed. and removed needs-verification Probable issue, but not enough information how to reproduce. labels Aug 30, 2023
@MrApplejuice
Copy link
Collaborator Author

Closing has having a speculative fix applied!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-store Changed required for the app-store presence bug Something isn't working speculative-fix-applied Has a speculative fix applied, so cannot be confirmed to be fixed.
Projects
None yet
Development

No branches or pull requests

1 participant