-
Notifications
You must be signed in to change notification settings - Fork 120
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
[TRENDING CRASH] IllegalArgumentException: No view found for id 0x42dc8 (unknown) for fragment #2749
Comments
Taking a look now, the initial theory is that it's somewhat related to #2493 which was fixed by #2588. I did do the prime number magic for this type of Line 61 in ba60ec7
In this case, I don't think adding the prime number offset is necessarily causing the ID to not be looked up properly, since the normal case seems to work ok. Unfortunately, without a repro, it will be difficult to tell what the main cause is, but I have found some sources online that may point to a general cause, due to nested fragments: |
Hm.. I can't repro either, but I suspect it's related to restoring the app from the background, since under normal circumstances the |
@sufyanAbbasi @anandwana001 This is still the most common app crash (51 crashes in the last 7 days). Grabbing time to discuss tomorrow @kenstershiro @jabramowitz5 @lecrabe @jo-spek FYI |
@anandwana001 Suggested migrating to compose may help, but I noted it will require significant effort to migrate all data collection tasks and the controlling logic over. In the meantime, we should try to stop the crashes ASAP. Assigning to @anandwana001 to take a look. |
Occurred 17 times over last 7 days in Open Foris Ground 0.1.9 prod on Android 12, 13, and 14 on multiple devices.
The text was updated successfully, but these errors were encountered: