From e42fb2ab66bc8abe02ea03d3dd67ea9c7370ad75 Mon Sep 17 00:00:00 2001 From: lyr Date: Wed, 13 Jul 2022 16:45:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E3=80=90=E5=85=89=E7=8E=AF=E5=8A=A9?= =?UTF-8?q?=E6=89=8BV5.12.0=E3=80=91=E6=B8=B8=E6=88=8F=E4=B8=93=E9=A2=98?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96(=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=93=E9=A2=98=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=8C=89=E9=92=AE=E7=9A=84=E5=80=BC)=20https://git.sh?= =?UTF-8?q?anqu.cc/pm/halo/halo-app-issues/-/issues/1950?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gh/gamecenter/entity/SubjectEntity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/gamecenter/entity/SubjectEntity.kt b/app/src/main/java/com/gh/gamecenter/entity/SubjectEntity.kt index ee6869ddff..130b54108d 100644 --- a/app/src/main/java/com/gh/gamecenter/entity/SubjectEntity.kt +++ b/app/src/main/java/com/gh/gamecenter/entity/SubjectEntity.kt @@ -58,7 +58,7 @@ data class SubjectEntity( // 专题内游戏item是否显示下载按钮(目前只针对横向专题) @SerializedName("show_download") - var showDownload: Boolean = true, + var showDownload: Boolean = false, // 本地字段,用来标记在外部页面中的序号,仅用于曝光记录,具体细节可见 https://git.ghzs.com/pm/halo-app-issues/-/issues/1087 var outerSequence: Int = -1