We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6f2a7 commit acca60cCopy full SHA for acca60c
Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift
@@ -21,7 +21,7 @@ public struct ChatChannelListView<Factory: ViewFactory>: View {
21
private var handleTabBarVisibility: Bool
22
23
public init(
24
- viewFactory: Factory,
+ viewFactory: Factory = DefaultViewFactory.shared,
25
viewModel: ChatChannelListViewModel? = nil,
26
channelListController: ChatChannelListController? = nil,
27
title: String = "Stream Chat",
0 commit comments