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 566e93d commit 63620feCopy full SHA for 63620fe
StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelHeader_Tests.swift
@@ -35,7 +35,7 @@ class ChatChannelHeader_Tests: StreamChatTestCase {
35
Text("Test")
36
.applyDefaultSize()
37
.toolbar {
38
- DefaultChatChannelHeader(channel: channel, headerImage: .circleImage)
+ DefaultChatChannelHeader(channel: channel, headerImage: .circleImage, isActive: .constant(false))
39
}
40
41
0 commit comments