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

Commit bdced4fc authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Android (Google) Code Review
Browse files

Merge "Refactor DialogLaunchAnimator and remove host dialog (2/2)"

parents 0d3682ba 8c9735bd
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 {