diff --git a/src/com/android/uiuios/Launcher.java b/src/com/android/uiuios/Launcher.java index ffe2935..879348c 100644 --- a/src/com/android/uiuios/Launcher.java +++ b/src/com/android/uiuios/Launcher.java @@ -2563,7 +2563,7 @@ public class Launcher extends BaseDraggingActivity implements LauncherExterns, // Setting the touch point to (-1, -1) will show the options popup in the center of // the screen. - OptionsPopupView.showDefaultOptions(this, -1, -1); +// OptionsPopupView.showDefaultOptions(this, -1, -1); } return true; } diff --git a/src/com/android/uiuios/touch/WorkspaceTouchListener.java b/src/com/android/uiuios/touch/WorkspaceTouchListener.java index 0924a21..4cebd56 100644 --- a/src/com/android/uiuios/touch/WorkspaceTouchListener.java +++ b/src/com/android/uiuios/touch/WorkspaceTouchListener.java @@ -175,7 +175,7 @@ public class WorkspaceTouchListener extends GestureDetector.SimpleOnGestureListe mLauncher.getUserEventDispatcher().logActionOnContainer(Action.Touch.LONGPRESS, Action.Direction.NONE, ContainerType.WORKSPACE, mWorkspace.getCurrentPage()); - OptionsPopupView.showDefaultOptions(mLauncher, mTouchDownPoint.x, mTouchDownPoint.y); +// OptionsPopupView.showDefaultOptions(mLauncher, mTouchDownPoint.x, mTouchDownPoint.y); } else { cancelLongPress(); }