marinofaggiana 3 years ago
parent
commit
92bc24a5bf
1 changed files with 5 additions and 0 deletions
  1. 5 0
      iOSClient/More/NCMore.swift

+ 5 - 0
iOSClient/More/NCMore.swift

@@ -350,6 +350,11 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
                     cell.status.text = status.statusMessage
                     cell.status.textColor = NCBrandColor.shared.label
                     cell.status.trailingBuffer = cell.status.frame.width
+                    if cell.status.labelShouldScroll() {
+                        cell.status.tapToScroll = true
+                    } else {
+                        cell.status.tapToScroll = false
+                    }
                 }
             }