Browse Source

clear code

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