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

Commit 4505361d authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Check taskbar is transient before unstashing

Bug: 331064084
Test: atest FlickerTestsIme2
Change-Id: I0ac56c3a9c54b34c7125bd63a2d890f5178b030b
parent c84844ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class ShowImeOnAppStartWhenLaunchingAppFromOverviewTest(flicker: LegacyFlickerTe
            testApp.launchViaIntent(wmHelper)
            testApp.openIME(wmHelper)
            this.setRotation(flicker.scenario.startRotation)
            if (flicker.scenario.isTablet) {
            if (flicker.scenario.isTablet && tapl.isTransientTaskbar()) {
                tapl.launchedAppState.swipeUpToUnstashTaskbar()
            }
            tapl.launchedAppState.switchToOverview()