Merge "CL to support method signature change." into jb-ub-mail-ur9

This commit is contained in:
Andrew Sapperstein 2013-04-23 20:03:10 +00:00 committed by Android (Google) Code Review
commit 7ed75feb14

View File

@ -664,7 +664,7 @@ public class NotificationController {
sInstance.unregisterMessageNotification(accountId);
}
NotificationUtils.resendNotifications(mContext, false);
NotificationUtils.resendNotifications(mContext, false, null, null);
}
}