Refactor DialogLaunchAnimator and remove host dialog (2/2)

Bug: 193634619
Test: atest DialogLaunchAnimatorTest
Change-Id: I43058edeabac2bfc50deceaece893f0b8ad81802
Merged-In: I43058edeabac2bfc50deceaece893f0b8ad81802
This commit is contained in:
Jordan Demeulenaere
2021-11-29 14:20:05 +01:00
parent c424d4801f
commit 27b6052322

View File

@@ -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 {