Android two way data binding not working. LiveData requires @InverseMethod annotation

后端 未结 0 1745
天命终不由人
天命终不由人 2020-11-28 18:48
class LoginViewModel @ViewModelInject constructor(
    private val mainRepository: MainRepository
) : ViewModel() {

    private val _loginResponse = MutableLiveData         


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