Loading src/com/android/launcher3/Workspace.java +1 −1 Original line number Diff line number Diff line Loading @@ -2792,7 +2792,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator> } } else if (mDragInfo != null) { // When drag is cancelled, reattach content view back to its original parent. if (mDragInfo.cell instanceof LauncherAppWidgetHostView) { if (mDragInfo.cell instanceof LauncherAppWidgetHostView && d.dragView != null) { d.dragView.detachContentView(/* reattachToPreviousParent= */ true); } final CellLayout cellLayout = mLauncher.getCellLayout( Loading Loading
src/com/android/launcher3/Workspace.java +1 −1 Original line number Diff line number Diff line Loading @@ -2792,7 +2792,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator> } } else if (mDragInfo != null) { // When drag is cancelled, reattach content view back to its original parent. if (mDragInfo.cell instanceof LauncherAppWidgetHostView) { if (mDragInfo.cell instanceof LauncherAppWidgetHostView && d.dragView != null) { d.dragView.detachContentView(/* reattachToPreviousParent= */ true); } final CellLayout cellLayout = mLauncher.getCellLayout( Loading