File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/StreamChatSwiftUI/ChatChannelList Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public struct ChannelList<Factory: ViewFactory>: View {
90
90
}
91
91
92
92
/// LazyVStack displaying list of channels.
93
- struct ChannelsLazyVStack < Factory: ViewFactory > : View {
93
+ public struct ChannelsLazyVStack < Factory: ViewFactory > : View {
94
94
95
95
private var factory : Factory
96
96
var channels : LazyCachedMapCollection < ChatChannel >
@@ -106,7 +106,7 @@ struct ChannelsLazyVStack<Factory: ViewFactory>: View {
106
106
private var trailingSwipeLeftButtonTapped : ( ChatChannel ) -> Void
107
107
private var leadingSwipeButtonTapped : ( ChatChannel ) -> Void
108
108
109
- init (
109
+ public init (
110
110
factory: Factory ,
111
111
channels: LazyCachedMapCollection < ChatChannel > ,
112
112
selectedChannel: Binding < ChannelSelectionInfo ? > ,
You can’t perform that action at this time.
0 commit comments