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
1 changed files with 1 additions and 1 deletions

View File

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