File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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_
Original file line number Diff line number Diff 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) ,
You can’t perform that action at this time.
0 commit comments