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

Commit a10e9639 authored by András Kurucz's avatar András Kurucz
Browse files

Dump ExpandableNotificationRow#mShowNobackground

We have some bugs, where this property gets out of sync form the expected state.

Bug: 292204125
Test: adb shell dumpsys activity service com.android.systemui/.SystemUIService NotificationStackScrollLayout
Change-Id: I6ed178420a886f374221675979c871dd189300e0
parent c707afc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3678,6 +3678,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
            pw.print(", mShowingPublicInitialized: " + mShowingPublicInitialized);
            NotificationContentView showingLayout = getShowingLayout();
            pw.print(", privateShowing: " + (showingLayout == mPrivateLayout));
            pw.print(", mShowNoBackground: " + mShowNoBackground);
            pw.println();
            showingLayout.dump(pw, args);