Skip to content

Commit 8a79eca

Browse files
authored
Fix ChatMessagePopupVC transition animation when there are no reactions (#3670)
1 parent 29d6225 commit 8a79eca

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
- Fix swipe to reply enabled when quoting a message is disabled [#3662](https://github.com/GetStream/stream-chat-swift/pull/3662)
99
- Fix shadowed messages increasing the channel messages unread count [#3665](https://github.com/GetStream/stream-chat-swift/pull/3665)
1010

11+
## StreamChatUI
12+
### 🐞 Fixed
13+
- Fix `ChatMessagePopupVC` transition animation when there are no reactions [#3670](https://github.com/GetStream/stream-chat-swift/pull/3670)
14+
1115
# [4.78.0](https://github.com/GetStream/stream-chat-swift/releases/tag/4.78.0)
1216
_April 24, 2025_
1317

Sources/StreamChatUI/MessageActionsPopup/MessageActionsTransitionController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ open class ChatMessageActionsTransitionController: NSObject, UIViewControllerTra
9595
toVC.messageContentView = messageView
9696
toVC.messageViewFrame = messageViewFrame
9797
toVC.setUpLayout()
98+
toVC.view.layoutIfNeeded()
9899

99100
let blurView = UIVisualEffectView()
100101
blurView.frame = transitionContext.finalFrame(for: toVC)

0 commit comments

Comments
 (0)