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