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
This commit is contained in:
Rohan Shah 2014-08-29 09:46:44 -07:00
parent c6d5ec490e
commit 7afc426464
1 changed files with 1 additions and 1 deletions

View File

@ -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 */);
}
/**