When I add a coroutine delay() in my view model, the remaining part of the ... { launch { delay(1000) data = 1 } } } class ScopedViewModelTest { #Test fun ...
確定! 回上一頁