summaryrefslogtreecommitdiffstats
path: root/src/com/android/email/service/Pop3Service.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/email/service/Pop3Service.java')
-rw-r--r--src/com/android/email/service/Pop3Service.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/email/service/Pop3Service.java b/src/com/android/email/service/Pop3Service.java
index d94146ed9..ebd748be1 100644
--- a/src/com/android/email/service/Pop3Service.java
+++ b/src/com/android/email/service/Pop3Service.java
@@ -118,7 +118,7 @@ public class Pop3Service extends Service {
}
if (e instanceof AuthenticationFailedException) {
// Generate authentication notification
- nc.showLoginFailedNotification(account.mId);
+ nc.showLoginFailedNotificationSynchronous(account.mId, true /* incoming */);
}
throw e;
}