Consider account exceptions as I/O

This commit is contained in:
M66B 2020-02-20 11:48:35 +01:00
parent 5e067f553a
commit 683edaf15c
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ package eu.faircode.email;
Copyright 2018-2020 by Marcel Bokhorst (M66B)
*/
import android.accounts.AccountsException;
import android.app.AlarmManager;
import android.app.NotificationManager;
import android.app.PendingIntent;
@ -859,6 +860,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (max ||
c instanceof IOException ||
c instanceof ConnectionException ||
c instanceof AccountsException ||
"failed to connect".equals(ex.getMessage())) {
ioError = true;
break;