Skip to content

Commit 40eb90c

Browse files
committed
[Fix]XCFrameworks build issues
1 parent 0913a6c commit 40eb90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct CallParticipantsViewContainer<Factory: ViewFactory>: View {
122122
self.inviteTapped = inviteTapped
123123
self.muteTapped = muteTapped
124124
self.closeTapped = closeTapped
125-
self.listHeight = listHeight
125+
_listHeight = .init(initialValue: listHeight)
126126
}
127127

128128
var body: some View {

0 commit comments

Comments
 (0)