Explorar o código

Refactor

Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Milen Pivchev %!s(int64=2) %!d(string=hai) anos
pai
achega
045ae5a666
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      iOSClient/More/Cells/NCMoreAppSuggestionsCell.swift

+ 0 - 1
iOSClient/More/Cells/NCMoreAppSuggestionsCell.swift

@@ -52,7 +52,6 @@ class NCMoreAppSuggestionsCell: BaseNCMoreCell {
 
     @objc func moreAppsTapped() {
         guard let url = URL(string: NCGlobal.shared.moreAppsUrl) else { return }
-
         UIApplication.shared.open(url)
     }
 }