androidbroadcast / ViewBindingPropertyDelegate

Make work with Android View Binding simpler
https://proandroiddev.com/make-android-view-binding-great-with-kotlin-b71dd9c87719
Apache License 2.0
1.42k stars 102 forks source link

VBPD not bind data to fragment when quickly switching between bottomNavBar tabs (with NavigationExtensions) #25

Closed alexkopenkov closed 3 years ago

alexkopenkov commented 3 years ago

Hello! You can see an example of an error in the repo https://github.com/alexkopenkov/Test.git

kirich1409 commented 3 years ago

Hi. It must depend on the state of LifecycleOwner. Can be tricky

kirich1409 commented 3 years ago

Hi. I can't reproduce the bug using the sample.

I need stacktrace with the error and device with OS version what you used for reproducing the bug

alexkopenkov commented 3 years ago

Using ViewBinding.inflate solves my problem (v1.4.0).