Explorar o código

add missing call to updateScrollDownButtonVisibility

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
bc469e7963
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()
                 }
             })
         }