do this
This commit is contained in:
parent
ac3900d3d4
commit
a7f0e5da8c
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ import java.util.concurrent.Executor
|
|||
|
||||
class LoginViewModel(
|
||||
application: Application,
|
||||
val cronetEngine: CronetEngine,
|
||||
val executor: Executor
|
||||
private val cronetEngine: CronetEngine,
|
||||
private val executor: Executor
|
||||
) : AndroidViewModel(application) {
|
||||
private val _uiState: MutableStateFlow<LoginUiState> =
|
||||
MutableStateFlow(LoginUiState.Idle)
|
||||
|
|
Loading…
Reference in a new issue