-
Notifications
You must be signed in to change notification settings - Fork 326
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 report] Lateinit property textLayout
is not initialized at FilterChip#onDraw L291
#505
Comments
Stacktrace:
|
Can I try? I can't reproduce this problem in my environment yet. |
Of course, assigned 👍 |
Sorry, I can't reproduce this issue in the latest conference app. (DroidKaigi 2020 #227) @KeithYokoma |
@roana0229 Maybe, we can avoid this issue to change lateinit property to nullable property. However, this workaround is not good because the root cause cannot be fix. So, I give up now. Sorry 🙏 |
No need to apologize 😄 |
Overview (Required)
textLayout
without initialization in FilterChip.textLayout
is initialized atonMeasure
procedure.onDraw
without initializingtextLayout
.Steps To Reproduce
It's not consistently reproducible but I have observed the issue several times with these steps.
Expected behavior
Resume session list screen without a crash.
Env:
The text was updated successfully, but these errors were encountered: