File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Sources/StreamChatSwiftUI/ChatChannelList Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77- Exposed ` SearchResultsView ` as a public component
88- ` isSearching ` property in the ` ChatChannelListViewModel ` is now public
99
10+ ### 🐞 Fixed
11+ - Channel actions popup wrong appearance using a custom ` NavigationView `
12+
1013# [ 4.28.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.28.0 )
1114_ February 28, 2023_
1215
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public struct ChatChannelListView<Factory: ViewFactory>: View {
157157 } onError: { error in
158158 viewModel. showErrorPopup ( error)
159159 }
160- . edgesIgnoringSafeArea ( . all )
160+ . edgesIgnoringSafeArea ( . bottom )
161161 default :
162162 EmptyView ( )
163163 }
You can’t perform that action at this time.
0 commit comments