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

Commit ab4eafb6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix...

Merge "Fix NotifChipsViewModelTest#chips_hasHeadsUpByUser_forThisNotif_onlyShowsIcon when StatusBarConnectedDisplays flag is on." into main
parents 38118eb3 eaaf6438
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -609,7 +609,7 @@ class NotifChipsViewModelTest : SysuiTestCase() {
                listOf(
                    activeNotificationModel(
                        key = "notif",
                        statusBarChipIcon = mock<StatusBarIconView>(),
                        statusBarChipIcon = createStatusBarIconViewOrNull(),
                        promotedContent = promotedContentBuilder.build(),
                    )
                )