fixing login sometimes never transitioning to next state
This commit is contained in:
parent
8270681a9d
commit
b8b1612f01
|
@ -122,6 +122,6 @@ class HomeViewModel(
|
||||||
}
|
}
|
||||||
|
|
||||||
fun stop() {
|
fun stop() {
|
||||||
viewModelScope.cancel()
|
// do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue