소스 검색

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()
                 }
             })
         }