Skip to content

Commit 1c9c7de

Browse files
authored
Fix reaction picker in ChatMessagePopupVC below notch in rare scenarios (#3707)
* Fix reaction picker in message actions pop up view below notch in rare scenarios * Update CHANGELOG.md
1 parent 09db730 commit 1c9c7de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2424
## StreamChatUI
2525
### 🐞 Fixed
2626
- Fix message actions view with flag action when user has no capability [#3705](https://github.com/GetStream/stream-chat-swift/pull/3705)
27+
- Fix reaction picker in `ChatMessagePopupVC` below the notch in rare scenarios [#3707](https://github.com/GetStream/stream-chat-swift/pull/3707)
2728

2829
# [4.80.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.80.0)
2930
_June 17, 2025_

Sources/StreamChatUI/MessageActionsPopup/ChatMessagePopupVC.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ open class ChatMessagePopupVC: _ViewController, ComponentsProvider {
129129
/// Add the scroll view to the view hierarchy.
130130
open func addScrollView() {
131131
view.addSubview(scrollView)
132+
scrollView.contentInsetAdjustmentBehavior = .always
132133

133134
NSLayoutConstraint.activate([
134135
scrollView.widthAnchor.pin(equalTo: view.widthAnchor),

0 commit comments

Comments
 (0)