marinofaggiana 3 vuotta sitten
vanhempi
commit
92bc24a5bf
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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
+                    }
                 }
             }