修改游戏详情预约闪退问题
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user