Merge pull request #207 from ouchadam/bug/login-never-completes

Fixes login sometimes never transitioning to next state
This commit is contained in:
Adam Brown 2022-10-17 22:35:33 +01:00 committed by GitHub
commit 0d9bb308cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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