fixing login sometimes never transitioning to next state

This commit is contained in:
Adam Brown 2022-10-17 22:26:52 +01:00
parent 8270681a9d
commit b8b1612f01
1 changed files with 1 additions and 1 deletions

View File

@ -122,6 +122,6 @@ class HomeViewModel(
}
fun stop() {
viewModelScope.cancel()
// do nothing
}
}