marinofaggiana 4 years ago
parent
commit
2722b01112
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Share/NCShareExtension.swift

+ 2 - 0
Share/NCShareExtension.swift

@@ -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