diff --git a/src/com/android/email/NotificationController.java b/src/com/android/email/NotificationController.java index 79ae8c66e..7d3da0092 100644 --- a/src/com/android/email/NotificationController.java +++ b/src/com/android/email/NotificationController.java @@ -664,7 +664,7 @@ public class NotificationController { sInstance.unregisterMessageNotification(accountId); } - NotificationUtils.resendNotifications(mContext, false); + NotificationUtils.resendNotifications(mContext, false, null, null); } }