浏览代码

fix scroll down button for contact requests (#1415)

cyBerta 3 年之前
父节点
当前提交
7d19c59ad9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.setRightStackViewWidthConstant(to: 0, animated: false)
         messageInputBar.padding = UIEdgeInsets(top: 6, left: 0, bottom: 6, right: 0)
         messageInputBar.padding = UIEdgeInsets(top: 6, left: 0, bottom: 6, right: 0)
         messageInputBar.setStackViewItems([], forStack: .top, animated: false)
         messageInputBar.setStackViewItems([], forStack: .top, animated: false)
+        messageInputBar.onScrollDownButtonPressed = scrollToBottom
     }
     }
 
 
     private func configureDraftArea(draft: DraftModel, animated: Bool = true) {
     private func configureDraftArea(draft: DraftModel, animated: Bool = true) {