feat(chat-home): 신규 캐릭터 전체보기 버튼 터치시 로그인/본인인증 단계 추가
This commit is contained in:
@@ -114,7 +114,7 @@ struct ChatTabView: View {
|
||||
Group {
|
||||
switch selectedTab {
|
||||
case .character:
|
||||
CharacterView(onSelectCharacter: handleCharacterSelection)
|
||||
CharacterView(onSelectCharacter: handleCharacterSelection, onSelectNewCharacterAll: handleCharacterSelection)
|
||||
case .talk:
|
||||
TalkView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user