Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-11-22 12:33:45 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-11-22 12:33:45 +0300
commit4cd0e332c85b7385e911ca9ba8809b37a581689f (patch)
tree2c691a147499728c60bc01856d367b570d30cbdb /iOSClient/Share
parentff825a7232bdc521ede6e3c2f311f55fb01941c4 (diff)
user status
Diffstat (limited to 'iOSClient/Share')
-rw-r--r--iOSClient/Share/NCShare.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Share/NCShare.swift b/iOSClient/Share/NCShare.swift
index 33ff276c3..f4ff1d850 100644
--- a/iOSClient/Share/NCShare.swift
+++ b/iOSClient/Share/NCShare.swift
@@ -296,7 +296,7 @@ class NCShare: UIViewController, UIGestureRecognizerDelegate, NCShareLinkCellDel
guard let cell = cell as? NCShareUserDropDownCell else { return }
let sharee = sharees[index]
cell.imageItem.image = NCShareCommon.sharedInstance.getImageShareType(shareType: sharee.shareType)
- cell.imageStatus.image = sharee.userIcon.textToImage(size: 100)
+ cell.imageStatus.image = NCUtility.shared.getImageStausUserIcon(sharee.userIcon)
cell.status.text = sharee.userIcon + " " + sharee.userMessage
if cell.status.text?.count ?? 0 > 0 {
cell.centerTitle.constant = -5