From fe40c85543c86e1e7c098e2b983ab793837b7b9f Mon Sep 17 00:00:00 2001 From: Tracy Zhou Date: Tue, 12 May 2020 18:37:43 +0000 Subject: Revert "Fix missing animation when launch activity from notification." This reverts commit 2065eb7d28c258b0315881511c17cdf23b05b4e7. Reason for revert: droidfood blocker b/156322538 Bug: 156322538 Change-Id: I2b63893b95040c17b9dbe8ce9771f57ab7a90ad3 --- .../systemui/statusbar/phone/NotificationShadeWindowViewTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/SystemUI/tests') diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java index e04d25b17c71..cc2d1c25de38 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/NotificationShadeWindowViewTest.java @@ -83,7 +83,6 @@ public class NotificationShadeWindowViewTest extends SysuiTestCase { @Mock private NotificationStackScrollLayout mNotificationStackScrollLayout; @Mock private NotificationShadeDepthController mNotificationShadeDepthController; @Mock private SuperStatusBarViewFactory mStatusBarViewFactory; - @Mock private NotificationShadeWindowController mNotificationShadeWindowController; @Before public void setUp() { @@ -122,7 +121,7 @@ public class NotificationShadeWindowViewTest extends SysuiTestCase { mNotificationPanelViewController, mStatusBarViewFactory); mController.setupExpandedStatusBar(); - mController.setService(mStatusBar, mNotificationShadeWindowController); + mController.setService(mStatusBar); mController.setDragDownHelper(mDragDownHelper); } -- cgit v1.2.3-59-g8ed1b