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

* commit '8645bd80496f94c5a8b60fd54efeab577aab1e5c':
  Tag Notifications with People (Email)
This commit is contained in:
Rohan Shah 2014-11-02 17:29:40 +00:00 committed by Android Git Automerger
commit 505d411dfa

View File

@ -726,7 +726,7 @@ public class NotificationController {
private static void refreshAllNotificationsInternal(final Context context) { private static void refreshAllNotificationsInternal(final Context context) {
NotificationUtils.resendNotifications( NotificationUtils.resendNotifications(
context, false, null, null, null /* ContactPhotoFetcher */); context, false, null, null, null /* ContactFetcher */);
} }
/** /**