فهرست منبع

don't open preview on after context menu closed

cyberta 4 سال پیش
والد
کامیت
00773565f7
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      deltachat-ios/Controller/GalleryViewController.swift

+ 0 - 7
deltachat-ios/Controller/GalleryViewController.swift

@@ -254,13 +254,6 @@ extension GalleryViewController: UICollectionViewDataSource, UICollectionViewDel
             }
             }
         )
         )
     }
     }
-
-    @available(iOS 13, *)
-    func collectionView(_ collectionView: UICollectionView, willEndContextMenuInteraction configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionAnimating?) {
-        if let msgId = (animator?.previewViewController as? ContextMenuController)?.msg.id {
-            self.showPreview(msgId: msgId)
-        }
-    }
 }
 }
 
 
 // MARK: - grid layout + updates
 // MARK: - grid layout + updates