瀏覽代碼

add missing call to updateScrollDownButtonVisibility

cyberta 3 年之前
父節點
當前提交
bc469e7963
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -441,6 +441,7 @@ class ChatViewController: UITableViewController {
             }, completion: { [weak self] finished in
                 guard let self = self else { return }
                 if finished {
+                    self.updateScrollDownButtonVisibility()
                 }
             })
         }