diff --git a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift index fbf3492fb6..a0ed510067 100644 --- a/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift +++ b/Signal/src/ViewControllers/HomeView/Chat List/ChatListViewController.swift @@ -27,6 +27,8 @@ public class ChatListViewController: OWSViewController { public override func viewDidLoad() { super.viewDidLoad() + keyboardObservationBehavior = .never + switch chatListMode { case .inbox: title = NSLocalizedString("CHAT_LIST_TITLE_INBOX", comment: "Title for the chat list's default mode.")