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

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

Merge "Disable visibleLayersShowInConsecutiveEntries assertion"

parents a56851a0 beaddd2c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ class NonResizableLaunchInLegacySplitScreenTest(
                    visibleLayersShownMoreThanOneConsecutiveEntry(
                            listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
                                    nonResizeableApp.defaultWindowName, LETTER_BOX_NAME,
                                    TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME)
                                    TOAST_NAME, LIVE_WALLPAPER_PACKAGE_NAME),
                        enabled = false
                    )
                }
                windowManagerTrace {
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ class ReOpenImeWindowTest(
                                        enabled = !configuration.startRotation.isRotated())
                                statusBarLayerIsAlwaysVisible()
                                navBarLayerIsAlwaysVisible()
                                visibleLayersShownMoreThanOneConsecutiveEntry()
                                visibleLayersShownMoreThanOneConsecutiveEntry(enabled = false)

                                imeLayerBecomesVisible()
                                appLayerReplacesWallpaperLayer(testAppComponentName.className)