Skip to content

Commit

Permalink
Also show bar for broken protection (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitschlag committed Mar 22, 2024
1 parent c0487fe commit 8f0eb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-ios/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ class ChatViewController: UITableViewController, UITableViewDropDelegate {
} else if self.dcChat.isProtectionBroken {
self.configureContactRequestBar()
self.messageInputBar.isHidden = false
self.becomeFirstResponder()
} else if !self.dcChat.isContactRequest {
if !self.messageInputBar.isHidden {
self.messageInputBar.isHidden = true
Expand Down

0 comments on commit 8f0eb07

Please sign in to comment.