diff options
| -rw-r--r-- | core/java/android/app/Notification.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index af907af2ce0d..779552f1bbed 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; } |