mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
Fix issue 4600 that search results sometimes are not displayed properly
This commit is contained in:
parent
2e52f429fb
commit
7fedcbb998
2 changed files with 1 additions and 4 deletions
1
changelog.d/4600.misc
Normal file
1
changelog.d/4600.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
At the very first room search after opening the app sometimes no results are displayed
|
|
@ -54,10 +54,6 @@ class SearchResultController @Inject constructor(
|
||||||
fun loadMore()
|
fun loadMore()
|
||||||
}
|
}
|
||||||
|
|
||||||
init {
|
|
||||||
setData(null)
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun buildModels(data: SearchViewState?) {
|
override fun buildModels(data: SearchViewState?) {
|
||||||
data ?: return
|
data ?: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue