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

Commit d94136d8 authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Check taskbar is transient before unstashing" into main

parents 8c28d170 4505361d
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()