summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-29 09:46:44 -0700
committerRohan Shah <shahrk@google.com>2014-09-10 15:23:18 -0700
commit7afc42646432f6b0a09a9c1e50806b908fdf9acd (patch)
treea17a016f6dedf00eb25262db377a3f614a30630d /src
parentc6d5ec490ebb2eb0641771875f03bf381255c8dc (diff)
downloadandroid_packages_apps_Email-7afc42646432f6b0a09a9c1e50806b908fdf9acd.tar.gz
android_packages_apps_Email-7afc42646432f6b0a09a9c1e50806b908fdf9acd.tar.bz2
android_packages_apps_Email-7afc42646432f6b0a09a9c1e50806b908fdf9acd.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/com/android/email/NotificationController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/email/NotificationController.java b/src/com/android/email/NotificationController.java
index 0bcc95a06..675140632 100644
--- a/src/com/android/email/NotificationController.java
+++ b/src/com/android/email/NotificationController.java
@@ -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 */);
}
/**