fix(home): AI 캐릭터 탭 이동을 맞춘다
This commit is contained in:
@@ -160,7 +160,7 @@ struct MainView: View {
|
||||
onTapLive: handleRecommendationLiveTap,
|
||||
onTapCreator: handleRecommendationCreatorTap,
|
||||
onTapContent: handleRecommendationContentTap,
|
||||
onTapCharacter: handleRecommendationCharacterTap,
|
||||
onTapCharacter: handleRecommendationCreatorTap,
|
||||
onTapCommunity: handleRecommendationCommunityTap,
|
||||
onTapBanner: handleRecommendationBannerTap,
|
||||
onTapFollowAll: handleRecommendationFollowAllTap,
|
||||
@@ -472,13 +472,6 @@ struct MainView: View {
|
||||
}
|
||||
}
|
||||
|
||||
private func handleRecommendationCharacterTap(characterId: Int) {
|
||||
guard characterId > 0 else { return }
|
||||
performRecommendationDetailAction {
|
||||
appState.setAppStep(step: .characterDetail(characterId: characterId))
|
||||
}
|
||||
}
|
||||
|
||||
private func handleRecommendationCommunityTap(creatorId: Int) {
|
||||
guard creatorId > 0 else { return }
|
||||
performRecommendationDetailAction {
|
||||
|
||||
Reference in New Issue
Block a user