Merge pull request #207 from ouchadam/bug/login-never-completes
Fixes login sometimes never transitioning to next state
This commit is contained in:
commit
0d9bb308cd
|
@ -122,6 +122,6 @@ class HomeViewModel(
|
|||
}
|
||||
|
||||
fun stop() {
|
||||
viewModelScope.cancel()
|
||||
// do nothing
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue