From 35e673507993f0e989eff26c614a5df14913743f Mon Sep 17 00:00:00 2001 From: Marino Faggiana Date: Mon, 19 Sep 2022 10:41:46 +0200 Subject: remove ios12 Signed-off-by: Marino Faggiana --- iOSClient/Activity/NCActivityCommentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iOSClient/Activity/NCActivityCommentView.swift') diff --git a/iOSClient/Activity/NCActivityCommentView.swift b/iOSClient/Activity/NCActivityCommentView.swift index b3b0d9c4f..768006b13 100644 --- a/iOSClient/Activity/NCActivityCommentView.swift +++ b/iOSClient/Activity/NCActivityCommentView.swift @@ -48,7 +48,7 @@ class NCActivityCommentView: UIView, UITextFieldDelegate { } else { labelUser.text = account.displayName } - labelUser.textColor = NCBrandColor.shared.label + labelUser.textColor = .label } func textFieldShouldReturn(_ textField: UITextField) -> Bool { -- cgit v1.2.3