Jelajahi Sumber

fix scroll down button for contact requests (#1415)

cyBerta 3 tahun lalu
induk
melakukan
7d19c59ad9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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) {