marinofaggiana 3 lat temu
rodzic
commit
92bc24a5bf
1 zmienionych plików z 5 dodań i 0 usunięć
  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
+                    }
                 }
             }