解决禅道bug 226,229

This commit is contained in:
张玉久
2021-02-03 15:19:41 +08:00
parent ff813d8784
commit af386f6bdc
2 changed files with 2 additions and 1 deletions

View File

@ -439,8 +439,8 @@ class GameDetailFragment : NormalFragment() {
showAlertDialogIfNeeded(data)
initGameDetailTop()
initViewPage(data)
initGameDetailTop()
val viewHolder = detailViewHolder
DetailDownloadUtils.detailInitDownload(viewHolder, true)

View File

@ -248,6 +248,7 @@ class HomeFragment : BaseFragment<Any>() {
&& MainWrapperFragment.INDEX_HOME == busNine.position) {
mBinding.gameList.stopScroll()
mLayoutManager.scrollToPosition(0)
mScrollCalculatorHelper.currentPlayer?.release()
}
}