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

Commit 8c9735bd authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Refactor DialogLaunchAnimator and remove host dialog (2/2)

Bug: 193634619
Test: atest DialogLaunchAnimatorTest
Change-Id: I43058edeabac2bfc50deceaece893f0b8ad81802
parent b8f3f9d2
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 {