diff options
| author | 2021-12-13 15:17:08 +0000 | |
|---|---|---|
| committer | 2021-12-13 15:30:33 +0000 | |
| commit | 3b3e39f6271c9e9a301d6115fa481846df9d32d2 (patch) | |
| tree | d1c07e559809bd3b463365d3f8e3f3d111d60092 | |
| parent | 778c95ce7c540745bd647ac00b244b8ec044434b (diff) | |
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
| -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 9605cbdb48c6..2c02be7dc6b9 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; } |