ソースを参照

Improved code

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 年 前
コミット
5539d9b143
1 ファイル変更0 行追加1 行削除
  1. 0 1
      iOSClient/Networking/NCService.swift

+ 0 - 1
iOSClient/Networking/NCService.swift

@@ -146,7 +146,6 @@ class NCService: NSObject {
             guard errorCode == 0, let data = data else {
                 if errorCode == 401 || errorCode == 403 {
                     NCBrandColor.shared.settingThemingColor(account: account)
-
                     NCNetworkingCheckRemoteUser.shared.checkRemoteUser(account: account, errorCode: errorCode, errorDescription: errorDescription)
                 }
                 return