am 13ced23c: am f8ae0f7b: am 505d411d: am 8645bd80: am 58d7f7b2: Merge "Tag Notifications with People (Email)" into ub-gmail-ur14-dev

* commit '13ced23c496be6b22e1f0484cd96ffb65ab5bfe3':
  Tag Notifications with People (Email)
This commit is contained in:
Rohan Shah 2014-11-02 19:02:08 +00:00 committed by Android Git Automerger
commit 2ca7643f4d
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 */);
}
/**