feat(chat): 채팅 탭 액션 아이콘을 정리한다
This commit is contained in:
@@ -132,7 +132,7 @@ struct MainView: View {
|
||||
Spacer()
|
||||
|
||||
CreatorChannelFloatingIconButton(
|
||||
imageName: "ic_plus_no_bg",
|
||||
imageName: "ic_new_talk_add",
|
||||
backgroundColor: Color.soda400,
|
||||
accessibilityLabel: I18n.UserCreatorChatRecipientSearch.openButtonAccessibilityLabel,
|
||||
action: showUserCreatorChatRecipientSearch
|
||||
@@ -234,10 +234,7 @@ struct MainView: View {
|
||||
onTapNewAndHotAll: handleContentNewAndHotAllTap
|
||||
)
|
||||
case .chat:
|
||||
MainChatView(
|
||||
onTapCanCharge: handleHomeCanChargeTap,
|
||||
onTapSearch: handleHomeSearchTap
|
||||
)
|
||||
MainChatView(onTapCanCharge: handleHomeCanChargeTap)
|
||||
case .my:
|
||||
MyPageView()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user