Browse Source

remove deprecated comments

cyberta 4 years ago
parent
commit
e66fc1ca8e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      deltachat-ios/Chat/ChatViewController.swift

+ 0 - 3
deltachat-ios/Chat/ChatViewController.swift

@@ -1228,9 +1228,6 @@ extension ChatViewController: InputBarAccessoryViewDelegate {
 
 
 extension ChatViewController: QuotePreviewDelegate {
 extension ChatViewController: QuotePreviewDelegate {
     func onCancel() {
     func onCancel() {
-        // instead of hiding quote preview we need to remove it from the top view stack
-        // setStackViewItems ensures the size of the messagInputBarHeight is
-        // calculated correctly
         draft.setQuote(quotedMsg: nil)
         draft.setQuote(quotedMsg: nil)
         configureDraftArea(draft: draft)
         configureDraftArea(draft: draft)
     }
     }