Merge branch 'dev-5.3.0' of git.ghzs.com:halo/android/assistant-android into dev-5.3.0

This commit is contained in:
jack
2021-09-27 17:21:54 +08:00

View File

@ -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"