Explorar o código

fix description

Signed-off-by: marinofaggiana <marino@marinofaggiana.com>
marinofaggiana %!s(int64=3) %!d(string=hai) anos
pai
achega
14fec66d0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

+ 1 - 1
iOSClient/Viewer/NCViewerMedia/NCPlayer/NCPlayer.swift

@@ -121,7 +121,7 @@ class NCPlayer: NSObject {
                 DispatchQueue.main.async {
                     var description = NSLocalizedString("_error_something_wrong_", comment: "")
                     if let errorDescription = error?.localizedDescription, let failureReason = error?.localizedFailureReason {
-                        description = NSLocalizedString("_error_something_wrong_", comment: "") + "\n" + errorDescription + "\n" + failureReason
+                        description = errorDescription + "\n" + failureReason
                     }
                     NCContentPresenter.shared.messageNotification("_error_", description: description, delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.info, errorCode: NCGlobal.shared.errorGeneric, forced: false)
                 }