From 7afc42646432f6b0a09a9c1e50806b908fdf9acd Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Fri, 29 Aug 2014 09:46:44 -0700 Subject: [PATCH] Tag Notifications with People (Email) Just adding the argument for ContactLookupUriFetcher as null (Since we don't use Menagerie for non-Gmail). Bug: 15385612 Change-Id: Idbd76a181ba18fba81a9ff933e4f1a96c11d1b60 --- src/com/android/email/NotificationController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/email/NotificationController.java b/src/com/android/email/NotificationController.java index 0bcc95a06..675140632 100644 --- a/src/com/android/email/NotificationController.java +++ b/src/com/android/email/NotificationController.java @@ -726,7 +726,7 @@ public class NotificationController { private static void refreshAllNotificationsInternal(final Context context) { NotificationUtils.resendNotifications( - context, false, null, null, null /* ContactPhotoFetcher */); + context, false, null, null, null /* ContactFetcher */); } /**