Merge "Fix build break"

This commit is contained in:
Chilun Huang
2022-06-30 11:47:26 +00:00
committed by Android (Google) Code Review

View File

@@ -76,8 +76,8 @@ class EnterSplitScreenByDragFromTaskbar(
taplInstrumentation.launchedAppState.taskbar
.getAppIcon(secondaryApp.appName)
.dragToSplitscreen(
secondaryApp.component.`package`,
primaryApp.component.`package`
secondaryApp.`package`,
primaryApp.`package`
)
}
}