fix(chat): Direct 대화방 진입을 분기한다
This commit is contained in:
@@ -15,7 +15,7 @@ struct MainHomeView: View {
|
||||
let onTapFollowingLogin: () -> Void
|
||||
let onTapFollowingAll: () -> Void
|
||||
let onTapChatTab: () -> Void
|
||||
let onTapChatRoom: (Int) -> Void
|
||||
let onTapChatRoom: (Int, String) -> Void
|
||||
let onTapFollowingSchedule: (CreatorActivityType, Int) -> Void
|
||||
|
||||
@State private var selectedTab: MainHomeTab = .recommendation
|
||||
@@ -125,7 +125,7 @@ struct MainHomeView_Previews: PreviewProvider {
|
||||
onTapFollowingLogin: {},
|
||||
onTapFollowingAll: {},
|
||||
onTapChatTab: {},
|
||||
onTapChatRoom: { _ in },
|
||||
onTapChatRoom: { _, _ in },
|
||||
onTapFollowingSchedule: { _, _ in }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user