You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
Why is a view with id
0a View with no id but a view with id-1is treated as View with id?As far as I can see in the documentation
View.NO_IDis-1. Even more, reading the source code Android ignores the state of any view with no id:I'm not sure if this is a bug or I'm missing something...