diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index af907af2ce0d5..779552f1bbed4 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -5808,6 +5808,7 @@ public class Notification implements Parcelable p, result); buildCustomContentIntoTemplate(mContext, standard, customContent, p, result); + makeHeaderExpanded(standard); return standard; }