marinofaggiana 5 anni fa
parent
commit
934d945c83
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
     }