From 82195950b3489833ddd8031af02c09ea3030f06a Mon Sep 17 00:00:00 2001 From: juntao Date: Mon, 27 Sep 2021 17:21:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BA=E5=9D=9B=E8=AF=A6=E6=83=85=E7=B2=BE?= =?UTF-8?q?=E5=8D=8E=20tab=20=E6=94=AF=E6=8C=81=E8=A7=86=E9=A2=91=E8=B4=B4?= =?UTF-8?q?=20https://git.ghzs.com/pm/halo-app-issues/-/issues/1461#note?= =?UTF-8?q?=5F119153?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt b/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt index 50e7e47111..651f5a27d0 100644 --- a/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt +++ b/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt @@ -62,7 +62,7 @@ class ForumArticleAskListAdapter(context: Context, val bbsId: String, val mEntra questions.answerCount = answer.count.answer answer.questions = questions } - if (path == "精华" && answer.type != "answer") answer.type = "community_article" + if (path == "精华" && answer.type != "answer" && answer.type != "video") answer.type = "community_article" if (path == "问答") answer.type = "question" if (path == "视频") answer.type = "video"