ВM
Size: a a a
ВM
ВM
VM
fun getQuoteByIdLiveData(quoteId: String): LiveData<Quote>
НЦ
VM
ВM
ИМ
ИМ
ИМ
ИМ
VM
fun getQuoteByQuoteIdLiveData(quoteId: String?): LiveData<Quote?> =
quoteRepository.getQuoteByIdLiveData(quoteId ?: "")
sd
ИМ
fun getQuoteByQuoteIdLiveData(quoteId: String?): LiveData<Quote?> =
quoteRepository.getQuoteByIdLiveData(quoteId ?: "")
VM
ИМ
VM
ИМ
getQuoteByQuoteIdLiveData(quoteId
).observe . . . и тдVM
getQuoteByQuoteIdLiveData(quoteId
).observe . . . и тдVM
ИМ