М
Size: a a a
М
AP
AP
AP
w
private val photos: MutableLiveData<List<Photo>> by lazy {
MutableLiveData().also {
loadUserPhotos()
}
}
AP
private val photos: MutableLiveData<List<Photo>> by lazy {
MutableLiveData().also {
loadUserPhotos()
}
}
w
Not enough information to infer parameter T in constructor MutableLiveData<T : Any!>()
M
AP
Not enough information to infer parameter T in constructor MutableLiveData<T : Any!>()
loadUserPhotos
что возвращает?w
w
AS
Н
editText.setOnFocusChangeListener { v, hasFocus ->
if (hasFocus) {
onClick.invoke(form)
editText.clearFocus()
}
S
Н
S
w
I