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
This commit is contained in:
Jeff DeCew
2021-12-13 15:17:08 +00:00
parent 778c95ce7c
commit 3b3e39f627

View File

@@ -5810,6 +5810,7 @@ public class Notification implements Parcelable
p, result); p, result);
buildCustomContentIntoTemplate(mContext, standard, customContent, buildCustomContentIntoTemplate(mContext, standard, customContent,
p, result); p, result);
makeHeaderExpanded(standard);
return standard; return standard;
} }