|
@@ -158,6 +158,11 @@ class NCTransfers: NCCollectionViewCommon, NCTransferCellDelegate {
|
|
|
|
|
|
// MARK: - Collection View
|
|
|
|
|
|
+ @available(iOS 13.0, *)
|
|
|
+ override func collectionView(_ collectionView: UICollectionView, contextMenuConfigurationForItemAt indexPath: IndexPath, point: CGPoint) -> UIContextMenuConfiguration? {
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+
|
|
|
override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
|
|
|
// nothing
|
|
|
}
|