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/).
7
7
- Exposed ` SearchResultsView ` as a public component
8
8
- ` isSearching ` property in the ` ChatChannelListViewModel ` is now public
9
9
10
+ ### 🐞 Fixed
11
+ - Channel actions popup wrong appearance using a custom ` NavigationView `
12
+
10
13
# [ 4.28.0] ( https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.28.0 )
11
14
_ February 28, 2023_
12
15
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public struct ChatChannelListView<Factory: ViewFactory>: View {
157
157
} onError: { error in
158
158
viewModel. showErrorPopup ( error)
159
159
}
160
- . edgesIgnoringSafeArea ( . all )
160
+ . edgesIgnoringSafeArea ( . bottom )
161
161
default :
162
162
EmptyView ( )
163
163
}
You can’t perform that action at this time.
0 commit comments