瀏覽代碼

handle scrollDownButton visibility in case of scrolling to a message with VoiceOver

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

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

@@ -1134,7 +1134,7 @@ class ChatViewController: UITableViewController {
                 guard let self = self else { return }
                 UIAccessibility.post(notification: .screenChanged, argument: self.tableView.cellForRow(at: indexPath))
                 self.markSeenMessagesInVisibleArea()
-                // TODO: with #1549 merged we can add here scrollDownlButton visibility
+                self.updateScrollDownButtonVisibility()
             })
         } else {
             self.tableView.scrollToRow(at: indexPath, at: .top, animated: animated)