Loading quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +5 −1 Original line number Diff line number Diff line Loading @@ -877,7 +877,11 @@ public class TaskbarActivityContext extends BaseTaskbarContext { * as if the user tapped on it (preserving the split pair). Otherwise, launch it normally * (potentially breaking a split pair). */ private void launchFromTaskbarPreservingSplitIfVisible(RecentsView recents, ItemInfo info) { private void launchFromTaskbarPreservingSplitIfVisible(@Nullable RecentsView recents, ItemInfo info) { if (recents == null) { return; } ComponentKey componentToBeLaunched = new ComponentKey(info.getTargetComponent(), info.user); recents.getSplitSelectController().findLastActiveTaskAndRunCallback( componentToBeLaunched, Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarActivityContext.java +5 −1 Original line number Diff line number Diff line Loading @@ -877,7 +877,11 @@ public class TaskbarActivityContext extends BaseTaskbarContext { * as if the user tapped on it (preserving the split pair). Otherwise, launch it normally * (potentially breaking a split pair). */ private void launchFromTaskbarPreservingSplitIfVisible(RecentsView recents, ItemInfo info) { private void launchFromTaskbarPreservingSplitIfVisible(@Nullable RecentsView recents, ItemInfo info) { if (recents == null) { return; } ComponentKey componentToBeLaunched = new ComponentKey(info.getTargetComponent(), info.user); recents.getSplitSelectController().findLastActiveTaskAndRunCallback( componentToBeLaunched, Loading