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

Commit ba3731db authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Fix test of voice interaction z-order

Since commit c6a29960, it allows voice interaction window
to show above lock screen.

Fixes: 204789180
Test: DisplayContentTests#testForAllWindows_WithInBetweenWindowToken
Change-Id: I4d428ec5d3c1107192b2dd9c869727e113583e84
parent 318be1a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,11 +291,11 @@ public class DisplayContentTests extends WindowTestsBase {
                mAppWindow,
                mChildAppWindowAbove,
                mDockedDividerWindow,
                voiceInteractionWindow,
                mImeWindow,
                mImeDialogWindow,
                mStatusBarWindow,
                mNotificationShadeWindow,
                voiceInteractionWindow, // It can show above lock screen.
                mNavBarWindow));
    }