|
@@ -335,6 +335,8 @@ extension NCShareExtension: UICollectionViewDataSource {
|
|
|
|
|
|
func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView {
|
|
|
|
|
|
+ self.navigationItem.title = titleCurrentFolder
|
|
|
+
|
|
|
if kind == UICollectionView.elementKindSectionHeader {
|
|
|
|
|
|
let header = collectionView.dequeueReusableSupplementaryView(ofKind: kind, withReuseIdentifier: "sectionHeaderMenu", for: indexPath) as! NCSectionHeaderMenu
|