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