mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
BrowseSourceController: Fix broken page after opening manga (#7608)
Probably related to 788583e66f
This commit is contained in:
parent
73901f50c0
commit
1c8da5fa97
2 changed files with 2 additions and 2 deletions
|
@ -141,6 +141,8 @@ open class BrowseSourceController(bundle: Bundle) :
|
|||
setupRecycler(view)
|
||||
|
||||
binding.progress.isVisible = true
|
||||
|
||||
presenter.restartPager()
|
||||
}
|
||||
|
||||
open fun initFilterSheet() {
|
||||
|
|
|
@ -132,8 +132,6 @@ open class BrowseSourcePresenter(
|
|||
if (savedState != null) {
|
||||
query = savedState.getString(::query.name, "")
|
||||
}
|
||||
|
||||
restartPager()
|
||||
}
|
||||
|
||||
override fun onSave(state: Bundle) {
|
||||
|
|
Loading…
Reference in a new issue