From 5d2efda925053e1ab8d3a7dc35f910cf953cefca Mon Sep 17 00:00:00 2001 From: juntao Date: Mon, 11 May 2020 15:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8E=86=E5=8F=B2=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=A1=B5=E9=9D=A2=E4=B8=8B=E8=BD=BD=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=97=B6=E6=96=87=E5=AD=97=E6=8A=96=E5=8A=A8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gh/gamecenter/gamedetail/history/HistoryApkListAdapter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/com/gh/gamecenter/gamedetail/history/HistoryApkListAdapter.kt b/app/src/main/java/com/gh/gamecenter/gamedetail/history/HistoryApkListAdapter.kt index 47d66a0068..b5811a2205 100644 --- a/app/src/main/java/com/gh/gamecenter/gamedetail/history/HistoryApkListAdapter.kt +++ b/app/src/main/java/com/gh/gamecenter/gamedetail/history/HistoryApkListAdapter.kt @@ -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,