Merge "Tag Notifications with People (Email)" into ub-gmail-ur14-dev

This commit is contained in:
Rohan Shah 2014-09-12 00:24:01 +00:00 committed by Android (Google) Code Review
commit 58d7f7b223
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 */);
}
/**