-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
IllegalStateException: Can't access the Fragment View's LifecycleOwner for SignupConfirmationFragment{af01f} (a7a7d9d8-0... #20221
Comments
This crash is happening on WordPress-Android version 24.3-rc-1, which is currently in beta, so even though it only affected 2 sessions of a single user, it is considered a blocker. The code that is crashing was introduced recently in wordpress-mobile/WordPress-Login-Flow-Android#131, and I didn't do a thorough investigation but I believe the problem here is using the Fragment's It's worth investigating the problem but I guess that possible solutions would be:
|
Thanks for reporting! 👍 |
Thanks for the details, @thomashorta. From what I see, your assessment of the issue is correct. While I moved forward with the deprecated migration, keeping the exact entry points for the menu provider registration, I ended up disregarding the availability of the I believe we should go with this approach:
I'll start reproducing the issue and check if this assumption fixes it. I'll be looping back soon. |
PR with the fix available: wordpress-mobile/WordPress-Login-Flow-Android#142. Once we merge it, we can move forward with the beta hotfix for the apps. |
Sentry Issue: JETPACK-ANDROID-JQJ |
Sentry Issue: WORDPRESS-ANDROID-2VEC |
Sentry Issue: WORDPRESS-ANDROID-2VEC
The text was updated successfully, but these errors were encountered: