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

Commit 8b69ef2d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "3/ Fix bug of PipKeyboardTest do not forceExit() testApp successfully"

parents 3e35756c c89e6631
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,12 +76,12 @@ class PipKeyboardTest(
            }
            teardown {
                test {
                    keyboardApp.exit()
                    keyboardApp.forceStop()

                    if (device.hasPipWindow()) {
                        device.closePipWindow()
                    }
                    testApp.exit()
                    testApp.forceStop()
                    this.setRotation(Surface.ROTATION_0)
                }
            }