-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Android: Vehicle Setup page crashes app #12174
Comments
Hmm not able to reproduce this |
I just go the Herelink version updated to daily and I'm not seeing it there either |
i managed a temp fix of this by not having the summary page load initially, just when clicking the summary button. As this only happens on the very old Android 9 system I don't think it makes sense to create a PR for this fix, but leaving the solution here in case someone else struggles with it. |
Probably should use more loaders for things like that in general but it makes the QML a lot more messy and harder to read |
@k-kleber So this is happening when QGC does the automatic switch to vehicle setup when there is setup still not done? @HTRamsey That's also the case which causes the dialog parenting problem isn't it? Might be simplest to just remove that automatic view switch and fix both of these. Sometimes that view switfch thing is helpful other things it's just flat out annoying anyway. |
It's one of them. But there are several more ways to trigger the dialog issue. It seems to me this issue was any time accessing the vehicle setup page rather than the automatic switch |
Hey, this happens when the vehicle setup is selected, not through an automatic switch. The summary is then selected per Default which makes it crash the first time after a reboot. |
Current Behavior
When accessing the Vehicle Setup page the app crashes.
When disconnected, it always crashes.
When connected to a vehicle it works after the second attempt, crashes once, reopen app then works.
Steps to Reproduce:
Please provide an unambiguous set of steps to reproduce the current behavior
System Information
When posting bug reports, include the following information
The text was updated successfully, but these errors were encountered: