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

Commit 336c20ea authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "[DO NOT MERGE] Fix broken NotificationPanelViewControllerTest" into sc-v2-dev

parents 659f163d dd69009c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ public class NotificationPanelViewControllerTest extends SysuiTestCase {
    private NotificationsQSContainerController mNotificationsQSContainerController;
    @Mock
    private FeatureFlags mFeatureFlags;
    private Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent;
    private Optional<SysUIUnfoldComponent> mSysUIUnfoldComponent = Optional.empty();
    private SysuiStatusBarStateController mStatusBarStateController;
    private NotificationPanelViewController mNotificationPanelViewController;
    private View.AccessibilityDelegate mAccessibiltyDelegate;