修复历史版本页面下载游戏时文字抖动的问题

This commit is contained in:
juntao
2020-05-11 15:14:07 +08:00
parent 4a30ac04b7
commit 5d2efda925

View File

@ -66,6 +66,7 @@ class HistoryApkListAdapter(context: Context, private var mViewModel: HistoryApk
holder.binding.downloadBtn.visibility == View.VISIBLE)
MtaHelper.onEvent("历史版本", "展开", "${mViewModel.game.name}+${apkEntity.version}")
}
holder.binding.executePendingBindings()
holder.binding.downloadBtn.run {
DownloadItemUtils.setOnClickListener(
holder.binding.root.context,