fix(home): fetchHome 후 불필요하게 콘텐츠 랭킹을 최신화하던 코드 제거
This commit is contained in:
@@ -113,9 +113,6 @@ class HomeViewModel(
|
||||
data.pointAvailableContentList
|
||||
_recommendChannelListLiveData.value = data.recommendChannelList
|
||||
_recommendContentListLiveData.value = data.recommendContentList
|
||||
|
||||
// 홈 진입 시 기본 정렬(REVENUE) 랭킹을 최신화
|
||||
getContentRanking(ContentRankingSortType.REVENUE)
|
||||
} else {
|
||||
if (it.message != null) {
|
||||
_toastLiveData.postValue(it.message)
|
||||
|
||||
Reference in New Issue
Block a user