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
Since version 3.1 Android Studio supports databinding to LiveData. But in order to track changes of a LiveData field, ViewDataBinding object must be provided with LifecycleOwner which LastAdapter does not. So binding to LiveData via LastAdapter is efficiently onetime binding.
Please, add possibility to pass LifecycleOwner into LastAdapter (probably, constructor argument will do fine).
The text was updated successfully, but these errors were encountered:
Since version 3.1 Android Studio supports databinding to
LiveData
. But in order to track changes of aLiveData
field,ViewDataBinding
object must be provided withLifecycleOwner
which LastAdapter does not. So binding to LiveData via LastAdapter is efficiently onetime binding.Please, add possibility to pass
LifecycleOwner
into LastAdapter (probably, constructor argument will do fine).The text was updated successfully, but these errors were encountered: