Loading src/com/android/launcher3/Launcher.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3132,6 +3132,7 @@ public class Launcher extends Activity public void closeShortcutsContainer() { public void closeShortcutsContainer() { DeepShortcutsContainer deepShortcutsContainer = getOpenShortcutsContainer(); DeepShortcutsContainer deepShortcutsContainer = getOpenShortcutsContainer(); if (deepShortcutsContainer != null) { if (deepShortcutsContainer != null) { deepShortcutsContainer.cleanupDeferredDrag(true); mDragController.removeDragListener(deepShortcutsContainer); mDragController.removeDragListener(deepShortcutsContainer); mDragLayer.removeView(deepShortcutsContainer); mDragLayer.removeView(deepShortcutsContainer); } } Loading Loading
src/com/android/launcher3/Launcher.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3132,6 +3132,7 @@ public class Launcher extends Activity public void closeShortcutsContainer() { public void closeShortcutsContainer() { DeepShortcutsContainer deepShortcutsContainer = getOpenShortcutsContainer(); DeepShortcutsContainer deepShortcutsContainer = getOpenShortcutsContainer(); if (deepShortcutsContainer != null) { if (deepShortcutsContainer != null) { deepShortcutsContainer.cleanupDeferredDrag(true); mDragController.removeDragListener(deepShortcutsContainer); mDragController.removeDragListener(deepShortcutsContainer); mDragLayer.removeView(deepShortcutsContainer); mDragLayer.removeView(deepShortcutsContainer); } } Loading