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

Commit 85f5f53d authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Fix broken NotificationPanelViewControllerTest am: dd69009c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16213365

Change-Id: I3ff34b365ab5a17b855ea11a2ad34db1c65c7811
parents e9198d58 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;