mirror of
https://github.com/element-hq/element-android
synced 2024-11-25 02:45:37 +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 {
|
||||
stateView.state = StateView.State.Content
|
||||
controller.setData(state)
|
||||
stateView.state = StateView.State.Content
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue