修改游戏详情预约闪退问题

This commit is contained in:
张玉久
2021-01-13 11:34:12 +08:00
parent fc476ca889
commit be3a3e82af

View File

@ -519,7 +519,7 @@ class GameDetailFragment : NormalFragment() {
}
mUserViewModel.loginObsUserinfo.observe(this, Observer {
if (it != null) {
if (it != null && mGameEntity != null) {
postDelayedRunnable({
controlReserveBtn()
DetailDownloadUtils.detailInitDownload(detailViewHolder, false)