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

Commit ccdab8bc authored by Nataniel Borges's avatar Nataniel Borges Committed by Automerger Merge Worker
Browse files

Merge "Disable visibleLayersShowInConsecutiveEntries assertion on IME" into sc-dev am: 4fb596f0

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13430990

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I059be73557fcdf0ef0a8be6d443f9497e72d33c9
parents 86996a61 4fb596f0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -114,7 +114,8 @@ class CloseImeWindowToHomeTest(
                                enabled = !configuration.startRotation.isRotated())
                            navBarLayerIsAlwaysVisible()
                            statusBarLayerIsAlwaysVisible()
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE))
                            visibleLayersShownMoreThanOneConsecutiveEntry(listOf(IME_WINDOW_TITLE),
                                enabled = false)

                            imeLayerBecomesInvisible()
                            imeAppLayerBecomesInvisible(testApp)