Skip to content

Commit

Permalink
NMC 1937 - Merging conflict resolve after Nextcloud 4.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Apr 15, 2024
1 parent d198d56 commit c94152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Settings/NCEndToEndInitialize.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class NCEndToEndInitialize: NSObject {
} else {

let error = NKError(errorCode: NCGlobal.shared.errorInternalError, errorDescription: NSLocalizedString("_e2e_error_incorrect_passphrase_", comment: ""))
NCContentPresenter.shared.messageNotification(NSLocalizedString("_e2e_error_passphrase_title", comment: ""), error: error, delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.error, priority: .max)
NCContentPresenter().messageNotification(NSLocalizedString("_e2e_error_passphrase_title", comment: ""), error: error, delay: NCGlobal.shared.dismissAfterSecond, type: NCContentPresenter.messageType.error, priority: .max)

return
}
Expand Down

0 comments on commit c94152b

Please sign in to comment.