Skip to content

Commit 94ba265

Browse files
authored
Open up initializer of ChatChannelSwipeableListItem (#5)
1 parent 274c9fc commit 94ba265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelSwipeableListItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public struct ChatChannelSwipeableListItem<Factory: ViewFactory, ChannelListItem
3939
private var trailingLeftButtonTapped: (ChatChannel) -> Void
4040
private var leadingButtonTapped: (ChatChannel) -> Void
4141

42-
internal init(
42+
public init(
4343
factory: Factory,
4444
channelListItem: ChannelListItem,
4545
currentChannelId: Binding<String?>,

0 commit comments

Comments
 (0)