-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 on language change #107
Comments
Hi, @ro-mak. Can you share stack trace of the crash? |
Hi, @kirich1409, here it is, and below I added the project
|
here is the test project |
Cleaning reference to view binding and detection of current lifecycle state is based on Jetpack Lifecycle library. Need to check it's behaviour during config changes |
As temporary solution yon can use
|
I've tried to reproduce bug in 1.5.8. I checked on Android 13 emulator. No crash |
ViewBindingPropertyDelegate.strictMode = false |
Will be fixed in 2.0.0 |
To reproduce
Is it an intended behaviour?
If it is i think it should be mentioned in Readme
I saw that there is a special callback onViewDestroyed, maybe that's the right place to clear some stuff?
The text was updated successfully, but these errors were encountered: