소스 검색

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)