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

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

Merge "Fix PIP keyboard test"

parents 65c07eea 3bbed278
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -68,10 +68,12 @@ abstract class BaseBubbleScreen(protected val testSpec: FlickerTestParameter) {
            }

            teardown {
                test {
                    notifyManager.setBubblesAllowed(testApp.component.packageName,
                        uid, NotificationManager.BUBBLE_PREFERENCE_NONE)
                    testApp.exit()
                }
            }

            extraSpec(this)
        }