Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b3e39f6 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

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
parent 778c95ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5810,6 +5810,7 @@ public class Notification implements Parcelable
                    p, result);
            buildCustomContentIntoTemplate(mContext, standard, customContent,
                    p, result);
            makeHeaderExpanded(standard);
            return standard;
        }