Loading quickstep/src/com/android/quickstep/views/TaskView.java +3 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,9 @@ public class TaskView extends FrameLayout implements Reusable { stubInfo.user = componentKey.user; stubInfo.intent = new Intent().setComponent(componentKey.componentName); stubInfo.title = task.title; if (getRecentsView() != null) { stubInfo.screenId = getRecentsView().indexOfChild(this); } return stubInfo; } Loading Loading
quickstep/src/com/android/quickstep/views/TaskView.java +3 −1 Original line number Diff line number Diff line Loading @@ -470,7 +470,9 @@ public class TaskView extends FrameLayout implements Reusable { stubInfo.user = componentKey.user; stubInfo.intent = new Intent().setComponent(componentKey.componentName); stubInfo.title = task.title; if (getRecentsView() != null) { stubInfo.screenId = getRecentsView().indexOfChild(this); } return stubInfo; } Loading