|
var description = NSLocalizedString("_error_something_wrong_", comment: "")
|
|
var description = NSLocalizedString("_error_something_wrong_", comment: "")
|
|
if let errorDescription = error?.localizedDescription, let failureReason = error?.localizedFailureReason {
|
|
if let errorDescription = error?.localizedDescription, let failureReason = error?.localizedFailureReason {
|
|
NCContentPresenter.shared.messageNotification("_error_", description: description, delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.info, errorCode: NCGlobal.shared.errorGeneric, forced: false)
|
|
NCContentPresenter.shared.messageNotification("_error_", description: description, delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.info, errorCode: NCGlobal.shared.errorGeneric, forced: false)
|