فهرست منبع

Refactor

Signed-off-by: Milen Pivchev <milen.pivchev@gmail.com>
Milen Pivchev 1 سال پیش
والد
کامیت
045ae5a666
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)
     }
 }