43f2c95d2f
ViewBinding crashes when TabLayout items have IDs, because these are not real views - they are just dummy views used to define tabs in XML. More info: https://stackoverflow.com/questions/66320075/missing-required-view-with-id-with-view-binding-and-navigation-component/66325932#66325932 After that Tabs caused endless loop, because they were inflating themselves using `...Binding.inflate`. Since they are their own views which also use XML, `...Binging.bind` should be used in `onFinishInflate`. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
proguard-rules.pro |