Fix caldav error message

pull/848/head
Alex Baker 7 years ago
parent 2fa0e700cd
commit c3fbef94d6

@ -109,8 +109,7 @@ public class CaldavSynchronizer {
try { try {
synchronize(account); synchronize(account);
} catch (SocketTimeoutException | SSLException | ConnectException | UnknownHostException e) { } catch (SocketTimeoutException | SSLException | ConnectException | UnknownHostException e) {
Timber.e(e); setError(account, e.getMessage());
account.setError(e.getMessage());
} catch (IOException | DavException e) { } catch (IOException | DavException e) {
setError(account, e.getMessage()); setError(account, e.getMessage());
tracker.reportException(e); tracker.reportException(e);

Loading…
Cancel
Save