mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Report auth errors
This commit is contained in:
@@ -940,6 +940,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
}
|
||||
throw ex;
|
||||
}
|
||||
} else {
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
// Report account connection error
|
||||
|
||||
Reference in New Issue
Block a user