Loading app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ class AccountSetupCheckSettings : K9Activity(), ConfirmationDialogFragmentListen finish() } catch (e: AuthenticationFailedException) { Timber.e(e, "Error while testing settings") showErrorDialog(R.string.account_setup_failed_dlg_auth_message_fmt, e.message.orEmpty()) showErrorDialog(R.string.account_setup_failed_dlg_auth_message_fmt, e.messageFromServer.orEmpty()) } catch (e: CertificateValidationException) { handleCertificateValidationException(e) } catch (e: Exception) { Loading Loading
app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ class AccountSetupCheckSettings : K9Activity(), ConfirmationDialogFragmentListen finish() } catch (e: AuthenticationFailedException) { Timber.e(e, "Error while testing settings") showErrorDialog(R.string.account_setup_failed_dlg_auth_message_fmt, e.message.orEmpty()) showErrorDialog(R.string.account_setup_failed_dlg_auth_message_fmt, e.messageFromServer.orEmpty()) } catch (e: CertificateValidationException) { handleCertificateValidationException(e) } catch (e: Exception) { Loading