You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARN: Setting the fragment as the LifecycleOwner might cause memory leaks because views lives shorter than the Fragment. Consider using Fragment's view lifecycle
#155
moko-mvvm/mvvm-databinding/src/main/kotlin/dev/icerock/moko/mvvm/MvvmFragment.kt
Line 46 in b6f2630
Maybe, will be better:
binding.lifecycleOwner = viewLifecycleOwner
The text was updated successfully, but these errors were encountered: