From 3b3e39f6271c9e9a301d6115fa481846df9d32d2 Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Mon, 13 Dec 2021 15:17:08 +0000 Subject: [PATCH] Fix expanded fully custom view showing wrong chevron state Fixes: 206045893 Test: post fully custom notification from Notify2-SC and check expanded chevron Change-Id: I97db4f9a5cb207d03d1370fa267f630f355c1bf4 --- core/java/android/app/Notification.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 9605cbdb48c6e..2c02be7dc6b97 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -5810,6 +5810,7 @@ public class Notification implements Parcelable p, result); buildCustomContentIntoTemplate(mContext, standard, customContent, p, result); + makeHeaderExpanded(standard); return standard; }