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

Commit a330542b authored by Chilun Huang's avatar Chilun Huang
Browse files

Fix build break

Fix build break

Bug: 231400119
Bug: 237627529
Test: Build pass
      atest EnterSplitScreenByDragFromTaskbar
Change-Id: Id05031fded0c834aca9e42812c27ee3aa03514eb
parent 7a14fb2a
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.`package`,
                        primaryApp.component.`package`
                        secondaryApp.`package`,
                        primaryApp.`package`
                    )
            }
        }