diff options
| author | Rohan Shah <shahrk@google.com> | 2014-09-12 00:24:01 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-12 00:24:01 +0000 |
| commit | 58d7f7b2231ebb5c605b76567091bc22f6e06184 (patch) | |
| tree | 09e445b2305552482882761a499ed65af6b84b9c /src | |
| parent | b3be4655a88d2289abf355f3d41dc9a4b5a5052d (diff) | |
| parent | 7afc42646432f6b0a09a9c1e50806b908fdf9acd (diff) | |
| download | android_packages_apps_Email-58d7f7b2231ebb5c605b76567091bc22f6e06184.tar.gz android_packages_apps_Email-58d7f7b2231ebb5c605b76567091bc22f6e06184.tar.bz2 android_packages_apps_Email-58d7f7b2231ebb5c605b76567091bc22f6e06184.zip | |
Merge "Tag Notifications with People (Email)" into ub-gmail-ur14-dev
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/android/email/NotificationController.java | 2 |
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 */); } /** |
