Merge "Set app name when notification is updated" into pi-dev

This commit is contained in:
android-build-team Robot
2018-05-09 17:20:02 +00:00
committed by Android (Google) Code Review

View File

@@ -469,6 +469,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
updateNotificationColor();
if (mMenuRow != null) {
mMenuRow.onNotificationUpdated(mStatusBarNotification);
mMenuRow.setAppName(mAppName);
}
if (mIsSummaryWithChildren) {
mChildrenContainer.recreateNotificationHeader(mExpandClickListener);