Skip to content

Commit 1df2fe7

Browse files
Fixed navigation bar iPad resizing issue
1 parent cc0133b commit 1df2fe7

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
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### 🐞 Fixed
1010
- Fixed a bug with channel list refreshing after deeplinking
11+
- Navigation bar iPad resizing issue
1112

1213
# [4.19.0](https://github.com/GetStream/stream-chat-swiftui/releases/tag/4.19.0)
1314
_July 21, 2022_

Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public struct ChatChannelView<Factory: ViewFactory>: View, KeyboardReadable {
124124
LoadingView()
125125
}
126126
}
127+
.navigationBarTitleDisplayMode(factory.navigationBarDisplayMode())
127128
.onReceive(keyboardWillChangePublisher, perform: { visible in
128129
keyboardShown = visible
129130
})

0 commit comments

Comments
 (0)