From 943fb4d4e0459cdeaac22493a1d2aba0d9dcbbb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=99=A8?= Date: Thu, 7 Nov 2024 18:06:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E3=80=90=E5=85=89=E7=8E=AF=E5=8A=A9?= =?UTF-8?q?=E6=89=8B=E3=80=91=E7=A5=9E=E7=AD=96=E5=9F=8B=E7=82=B9=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E5=8D=95=E6=90=9C=E7=B4=A2=E7=BB=93=E6=9E=9C=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6=E6=B8=B8=E6=88=8F=E5=8D=95=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E7=9A=84=E5=86=85=E5=AE=B9=E9=94=99=E8=AF=AF=20https:?= =?UTF-8?q?//jira.shanqu.cc/browse/GHZSCY-6944?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gh/gamecenter/search/viewmodel/SearchGameListViewModel.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/gamecenter/search/viewmodel/SearchGameListViewModel.kt b/app/src/main/java/com/gh/gamecenter/search/viewmodel/SearchGameListViewModel.kt index c614812682..e976fc1f0c 100644 --- a/app/src/main/java/com/gh/gamecenter/search/viewmodel/SearchGameListViewModel.kt +++ b/app/src/main/java/com/gh/gamecenter/search/viewmodel/SearchGameListViewModel.kt @@ -9,6 +9,7 @@ import com.gh.gamecenter.common.baselist.LoadStatus import com.gh.gamecenter.common.exposure.ExposureSource import com.gh.gamecenter.common.retrofit.BiResponse import com.gh.gamecenter.common.utils.SensorsBridge +import com.gh.gamecenter.common.utils.clearHtmlFormatCompletely import com.gh.gamecenter.common.utils.singleToMain import com.gh.gamecenter.home.custom.model.CustomPageData import com.gh.gamecenter.livedata.Event @@ -141,7 +142,7 @@ class SearchGameListViewModel : ViewModel() { SearchActivity.toTrackSearchType(type), location, collection.id, - collection.title + collection.title.clearHtmlFormatCompletely() ) } } \ No newline at end of file