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

Commit d48d29cb authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Automerger Merge Worker
Browse files

Refactor DialogLaunchAnimator and remove host dialog (2/2) am: 27b60523

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

Change-Id: If9b137ece9397c1b23d738280e3f7ee87c862f1b
parents 97972373 27b60523
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -96,8 +96,6 @@ class DndTileTest : SysuiTestCase() {

        whenever(qsHost.userId).thenReturn(DEFAULT_USER)
        whenever(qsHost.uiEventLogger).thenReturn(uiEventLogger)
        whenever(dialogLaunchAnimator.showFromView(any(), any(), anyBoolean()))
            .thenReturn(hostDialog)

        val wrappedContext = object : ContextWrapper(context) {
            override fun getSharedPreferences(file: File?, mode: Int): SharedPreferences {