Browse Source

clear code

marinofaggiana 5 years ago
parent
commit
934d945c83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/RichWorkspace/NCRichWorkspace.swift

+ 1 - 0
iOSClient/RichWorkspace/NCRichWorkspace.swift

@@ -41,6 +41,7 @@ import SwiftRichString
     @objc func load(richWorkspaceText: String) {
         let richWorkspaceCommon = NCRichWorkspaceCommon()
         
+        backgroundColor = NCBrandColor.sharedInstance.backgroundView;
         richWorkspaceCommon.setRichWorkspaceText(richWorkspaceText, textView: textView)
         setGradient()
     }