Skip to content

Commit 7f240c8

Browse files
Channel actions popup wrong appearance using a custom NavigationView
1 parent d7f76ee commit 7f240c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)