Skip to content

Commit

Permalink
Fix E2E Tests on iOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-vieira committed Sep 6, 2022
1 parent 0645455 commit 65d9649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/StreamChatUI/ChatChannel/ChatChannelVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ open class ChatChannelVC: _ViewController,
override open func viewWillDisappear(_ animated: Bool) {
super.viewWillDisappear(animated)

resignFirstResponder()

keyboardHandler.stop()

resignFirstResponder()
}

// MARK: - ChatMessageListVCDataSource
Expand Down

0 comments on commit 65d9649

Please sign in to comment.