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

Commit 8d88e12b authored by Chilun Huang's avatar Chilun Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix build break"

parents 9401f140 a330542b
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`
                    )
            }
        }