marinofaggiana 4 年之前
父节点
当前提交
3be5c0b293
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      iOSClient/Select/NCSelect.swift

+ 4 - 0
iOSClient/Select/NCSelect.swift

@@ -207,6 +207,10 @@ class NCSelect: UIViewController, UIGestureRecognizerDelegate, UIAdaptivePresent
         }
     }
     
+    override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) {
+        super.traitCollectionDidChange(previousTraitCollection)        
+    }
+    
     @objc func changeTheming() {
         view.backgroundColor = NCBrandColor.shared.backgroundView
         collectionView.backgroundColor = NCBrandColor.shared.backgroundView