Skip to content

Commit 7fd95c6

Browse files
Reverted keyboard animation fix
1 parent a1c0b4b commit 7fd95c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ open class ChatChannelListViewModel: ObservableObject, ChatChannelListController
224224
let newValue = numberOfScreens > 1
225225
if newValue != hideTabBar {
226226
hideTabBar = newValue
227-
if !hideTabBar {
228-
selectedChannel = nil
229-
}
230227
}
231228
}
232229

0 commit comments

Comments
 (0)