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:
parent
c6d5ec490e
commit
7afc426464
@ -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 */);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user