mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Log auth fails
This commit is contained in:
@@ -920,10 +920,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
c = c.getCause();
|
||||
}
|
||||
|
||||
if (!BuildConfig.PLAY_STORE_RELEASE)
|
||||
Log.e(ex);
|
||||
|
||||
if (!ioError) {
|
||||
Log.e(ex);
|
||||
try {
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.notify("receive:" + account.id, 1,
|
||||
|
||||
Reference in New Issue
Block a user