瀏覽代碼

make sure also VideoInviteCells are shown with transparent background as previews

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

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

@@ -1552,7 +1552,7 @@ class ChatViewController: UITableViewController {
         guard let index = messageIds.firstIndex(of: messageId.integerValue) else { return nil }
         let indexPath = IndexPath(row: index, section: 0)
 
-        guard let cell = tableView.cellForRow(at: indexPath) as? BaseMessageCell else { return nil }
+        guard let cell = tableView.cellForRow(at: indexPath) else { return nil }
 
         // clear background, so that background image is still visible
         let parameters = UIPreviewParameters()