Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cyBerta committed Jan 4, 2021
1 parent 5fb89cd commit aa0bbed
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deltachat-ios/Chat/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,7 @@ class ChatViewController: UITableViewController {
name: UIApplication.willResignActiveNotification,
object: nil)
notificationCenter.addObserver(self, selector: #selector(keyboardWillShow(_:)), name: UIResponder.keyboardWillShowNotification, object: nil)
<<<<<<< HEAD
prepareContextMenu()
=======
notificationCenter.addObserver(self, selector: #selector(keyboardWillHide(_:)), name: UIResponder.keyboardWillHideNotification, object: nil)
notificationCenter.addObserver(self, selector: #selector(keyboardDidShow(_:)), name: UIResponder.keyboardDidShowNotification, object: nil)
}
>>>>>>> manually re-integrated branch due to merge conflicts


}

@objc func keyboardWillShow(_ notification: Notification) {
Expand Down

0 comments on commit aa0bbed

Please sign in to comment.