marinofaggiana 4 năm trước cách đây
mục cha
commit
3be5c0b293
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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