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

Commit d67d8802 authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Update params in test usage of showRecentApps

For more information, check out the change in the same topic.

Bug: 258854035
Change-Id: I8875bde7964f9a573ed2285836995a23549538ee
Test: manual
parent 303b013a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -407,7 +407,7 @@ class TestPhoneWindowManager {

    void assertShowRecentApps() {
        waitForIdle();
        verify(mStatusBarManagerInternal).showRecentApps(anyBoolean());
        verify(mStatusBarManagerInternal).showRecentApps(anyBoolean(), anyBoolean());
    }

    void assertSwitchKeyboardLayout() {