-
Notifications
You must be signed in to change notification settings - Fork 20
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 destroying BrickDataManager #259
Comments
Agreed, looks like it'll be painful to get to the bottom of, and might be an Android ver specific change? The few versions of recyclerView.setAdapter that I checked weren't even calling unregisterObserver |
Betting this is a Samsung issue :> |
cmgrier
added a commit
to cmgrier/brickkit-android
that referenced
this issue
Sep 20, 2022
Catches an IllegalStateException. Firebase crash here: https://console.firebase.google.com/u/0/project/prod-birch-lane/crashlytics/app/android:com.wayfair.birchlane/issues/3916ea127d42346d14392fe81ea14adf?versions=5.158-beta-20220706%20(2144810)&time=last-twenty-four-hours&types=crash&sessionEventKey=62C6B7D9024A000120301E5DC5AC43A3_1696024205626508838 Related Issue here: wayfair#259
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is an intermittent exception happening when fragments are destroyed
the issue appears to be right here.
brickkit-android/BrickKit/bricks/src/main/java/com/wayfair/brickkit/BrickDataManager.kt
Line 399 in 131ebd3
Since this is a destroy step anyways, the best course of action might be to just catch the exception.
The text was updated successfully, but these errors were encountered: