Merge "Wait IME visible after launch" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
56d66c7dd3
@@ -41,6 +41,16 @@ class ImeAppAutoFocusHelper @JvmOverloads constructor(
|
||||
waitIMEShown(device, wmHelper)
|
||||
}
|
||||
|
||||
override fun launchViaIntent(
|
||||
wmHelper: WindowManagerStateHelper,
|
||||
expectedWindowName: String,
|
||||
action: String?,
|
||||
stringExtras: Map<String, String>
|
||||
) {
|
||||
super.launchViaIntent(wmHelper, expectedWindowName, action, stringExtras)
|
||||
waitIMEShown(uiDevice, wmHelper)
|
||||
}
|
||||
|
||||
override fun open() {
|
||||
val expectedPackage = if (rotation.isRotated()) {
|
||||
imePackageName
|
||||
|
||||
Reference in New Issue
Block a user