Forráskód Böngészése

fix scroll down button for contact requests (#1415)

cyBerta 3 éve
szülő
commit
7d19c59ad9
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -724,6 +724,7 @@ class ChatViewController: UITableViewController {
         messageInputBar.setRightStackViewWidthConstant(to: 0, animated: false)
         messageInputBar.padding = UIEdgeInsets(top: 6, left: 0, bottom: 6, right: 0)
         messageInputBar.setStackViewItems([], forStack: .top, animated: false)
+        messageInputBar.onScrollDownButtonPressed = scrollToBottom
     }
 
     private func configureDraftArea(draft: DraftModel, animated: Bool = true) {