Simple-Commons/samples
Ensar Sarajčić 43f2c95d2f Fix crash with TabLayouts and their tabs
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`.
2023-08-04 10:20:09 +02:00
..
src/main Fix crash with TabLayouts and their tabs 2023-08-04 10:20:09 +02:00
.gitignore rename app module to samples 2016-12-11 00:27:21 +01:00
build.gradle.kts fix: proguard missing rules due to agp upgrade 2023-07-27 18:24:54 +02:00
proguard-rules.pro fix: proguard missing rules due to agp upgrade 2023-07-27 18:24:54 +02:00