-
Notifications
You must be signed in to change notification settings - Fork 26
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
Two views has same id error #31
Comments
Hi, Caused by java.lang.IllegalArgumentException |
Hi @smhdk @AchleshK Sorry for the late reply. I couldn't reproduce this issue. Can you please provide more information about your code? Thank you for your feedback. It is appreciated. |
Same issue here. |
I'm getting the same error. The scenario is the same as reported by @babak-gholampour. |
Found workaround: add |
This is happening in BottomNavigationView as well and when you change the theme, so a recreation happens the issue occurs there as well. |
Same issue with same behavior. |
when screen recreates then we are facing this problem. This is very serious bug. I tried all the workaround but it failed. I tried to assign the View id programatically at runtime but this was a temporary solution. Requesting the @ericktijerou author to fix this otherwise this library is not usefull to anyone since in production app crashing a lot. |
Hi,
The following error is occurring.
The text was updated successfully, but these errors were encountered: