marinofaggiana 5 년 전
부모
커밋
d7963cf362
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      iOSClient/Main/NCDetailViewController.swift

+ 0 - 1
iOSClient/Main/NCDetailViewController.swift

@@ -155,7 +155,6 @@ class NCDetailViewController: UIViewController {
     //MARK: - NotificationCenter
 
     @objc func changeTheming() {
-        if self.view?.window == nil { return }
         
         if backgroundView.image != nil {
             backgroundView.image = CCGraphics.changeThemingColorImage(UIImage.init(named: "logo"), multiplier: 2, color: NCBrandColor.sharedInstance.brand.withAlphaComponent(0.4))