-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 while configuring the drawer #8548
Comments
There are some play store crashes in configureDrawer, maybe related? |
This is from the play store crash, but so far we're not able to reproduce it. |
Hi guys, I've been reviewing #8100 and trying to reproduce this bug with no luck but I've found something suspicious and may be it's related. On this method mentioned in the crash the account field is set to null:
And then The only thing I'm missing is how could I reach the case where |
Hi @marcRDZ, thansk for looking into this. My theory is that there are more than one accounts found, but I wasn't able to reproduce the condition. It could be caused by how |
Yeah, that's the weird thing. I only could trigger the suspicious code when switching between folders and in that case |
Checklist
App
Thunderbird for Android
App version
8+ versions
Where did you get the app from?
Google Play
Android version
Android 14 + 15
Device model
Google Pixel 6
Steps to reproduce
Not known yet, but observed that there is a condition where the account object is set to null within
initializeFromLocalSearch
Expected behavior
Should not crash.
Actual behavior
Crash
Logs
and
The text was updated successfully, but these errors were encountered: