marinofaggiana 4 years ago
parent
commit
a8c64737f6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      iOSClient/Media/NCMedia.swift

+ 0 - 1
iOSClient/Media/NCMedia.swift

@@ -393,7 +393,6 @@ extension NCMedia: UIViewControllerPreviewingDelegate {
     func previewingContext(_ previewingContext: UIViewControllerPreviewing, commit viewControllerToCommit: UIViewController) {
         
         guard let indexPath = collectionView?.indexPathForItem(at: previewingContext.sourceRect.origin) else { return }
-        
         collectionView(collectionView, didSelectItemAt: indexPath)
     }
 }