Why MutableLiveData not set?

前端 未结 0 1442
甜味超标
甜味超标 2020-12-08 18:26

I have a simple ViewModel like

class MainViewModel: ViewModel() {
    val temperature = MutableLiveData()
}

what I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题