mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-26 07:49:01 +03:00
Fix refresh screen issue
This commit is contained in:
parent
316f26ec82
commit
46e5d23f7e
1 changed files with 1 additions and 1 deletions
|
@ -92,8 +92,8 @@ class SearchFragment @Inject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
stateView.state = StateView.State.Content
|
|
||||||
controller.setData(state)
|
controller.setData(state)
|
||||||
|
stateView.state = StateView.State.Content
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue