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

This commit is contained in:
Jordan Demeulenaere
2021-12-01 13:14:46 +00:00
committed by Android (Google) Code Review

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 {