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

Commit 7a14fb2a authored by Chilun Huang's avatar Chilun Huang
Browse files

Fix build break for new infra

Fix build break for new infra ag/19053850.

Bug: 231400119
Bug: 237627529
Test: Build pass
      atest EnterSplitScreenByDragFromTaskbar

Change-Id: I42968671dd90a3c574b0928f5c4c1bad818e83a4
parent 1d6e7107
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ class EnterSplitScreenByDragFromTaskbar(
                taplInstrumentation.launchedAppState.taskbar
                    .getAppIcon(secondaryApp.appName)
                    .dragToSplitscreen(
                        secondaryApp.component.packageName,
                        primaryApp.component.packageName
                        secondaryApp.component.`package`,
                        primaryApp.component.`package`
                    )
            }
        }