修复历史版本页面下载游戏时文字抖动的问题
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user