Initial commit
This commit is contained in:
parent
1875f3d59f
commit
d2a9b7504b
@ -23,6 +23,7 @@ class LoginFragment : Fragment(R.layout.fragment_login) {
|
|||||||
subscribe()
|
subscribe()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private fun subscribe() {
|
private fun subscribe() {
|
||||||
viewModel.state.collectWhenStarted(this) { state ->
|
viewModel.state.collectWhenStarted(this) { state ->
|
||||||
binding.loading.visibleOrGone(state)
|
binding.loading.visibleOrGone(state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user