PageFragment: scroll to top on new page
Fixes an issue where new pages sometimes are shown at the position of the previous page instead of from their start.
This commit is contained in:
parent
0059b7ff4f
commit
503075f4d0
|
@ -134,6 +134,7 @@ class PageFragment : Fragment(), PageAdapter.Listener {
|
|||
binding.addressBar.setTextColor(resources.getColor(R.color.url_bar_loading, null))
|
||||
}
|
||||
PageViewModel.State.RECEIVING -> {
|
||||
binding.contentRecycler.smoothScrollToPosition(0)
|
||||
binding.contentSwipeLayout.isRefreshing = false
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue