marinofaggiana 4 жил өмнө
parent
commit
d6bc8edff6

+ 3 - 0
Share/NCShareExtension.swift

@@ -165,6 +165,9 @@ class NCShareExtension: UIViewController, NCListCellDelegate, NCEmptyDataSetDele
     
     override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
         super.traitCollectionDidChange(previousTraitCollection)
+        
+        collectionView.reloadData()
+        tableView.reloadData()
     }
     
     // MARK: -