Skip to content

Commit 3e2fab6

Browse files
committed
Merge branch 'develop' into swift-6
2 parents bcdf40b + 3a14e1f commit 3e2fab6

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-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

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ You can still integrate our SDKs if your project is using Objective-C. In that c
8282

8383
---
8484

85+
## Video SDK
86+
87+
We also offer [Video SDK](https://github.com/GetStream/stream-video-swift) that seamlessly integrates with our Chat SDK. To find out more about this product, please check our [docs](https://getstream.io/video/docs/ios/).
88+
89+
---
90+
8591
## We are hiring
8692

8793
We've recently closed a [\$38 million Series B funding round](https://techcrunch.com/2021/03/04/stream-raises-38m-as-its-chat-and-activity-feed-apis-power-communications-for-1b-users/) and we keep actively growing.

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)