Browse Source

Refactor

Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Milen Pivchev 1 year ago
parent
commit
045ae5a666
1 changed files with 0 additions and 1 deletions
  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)
     }
 }