forked from GitHub-Mirror/riotX-android
Fix compilation issue after merge
This commit is contained in:
parent
90d25ff45e
commit
77fa5af1b8
@ -144,9 +144,9 @@ class PublicRoomsFragment : VectorBaseFragment(), PublicRoomsController.Callback
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun invalidate() = withState(viewModel) { state ->
|
override fun invalidate() = withState(viewModel) { state ->
|
||||||
if (publicRoomsFilter.text.toString() != state.currentFilter) {
|
if (publicRoomsFilter.query.toString() != state.currentFilter) {
|
||||||
// For initial filter
|
// For initial filter
|
||||||
publicRoomsFilter.setText(state.currentFilter)
|
publicRoomsFilter.setQuery(state.currentFilter, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Populate list with Epoxy
|
// Populate list with Epoxy
|
||||||
|
Loading…
Reference in New Issue
Block a user