badoo / RIBs

Badoo's take on RIBs
Apache License 2.0
162 stars 50 forks source link

Set ViewTreeLifecycleOwner for RibView #356

Closed CherryPerry closed 2 years ago

CherryPerry commented 2 years ago

So view components that relies on ViewTreeLifecycleOwner can easily use the correct one instead of Activity or Fragment one.

Also removed / made private other inflate methods.