Преглед изворни кода

Update NCSharePaging.swift

Marino Faggiana пре 1 година
родитељ
комит
b097e92aae
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      iOSClient/Share/NCSharePaging.swift

+ 0 - 9
iOSClient/Share/NCSharePaging.swift

@@ -233,15 +233,6 @@ class NCShareHeaderViewController: PagingViewController {
             metadata: metadata
         )
     }
-
-    override func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
-        /*
-        guard NCBrandOptions.NCInfoPagingIndex(rawValue: indexPath.item) != .activity || activityEnabled,
-              NCBrandOptions.NCInfoPagingIndex(rawValue: indexPath.item) != .sharing || sharingEnabled
-        else { return }
-        */
-        super.collectionView(collectionView, didSelectItemAt: indexPath)
-    }
 }
 
 class NCSharePagingView: PagingView {