repeatOnLifecycle (Lifecycle.State.STARTED){ viewModel.test1.collect { Log.i("Log_tag", it) } viewModel.test2.collect { Log.i("Log_tag", ...
確定! 回上一頁