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

java.lang.IllegalStateException: Host view isn't ready to create a ViedBinding instance #78

Closed mochadwi closed 2 years ago

mochadwi commented 2 years ago

When calling the activity from deeplink, the viewBinding has a runtime crashed

java.lang.IllegalStateException: Host view isn't ready to create a ViedBinding instance does the ViewBindingPropertyDelegate not currently supported if accessing the activity through deeplink?

kirich1409 commented 2 years ago

You tried to access to the viewbidning before Activity/Fragment/ViewGroup has content