am 3c85ea5e: Merge "Fix 3369762: long press should take you into customization mode" into honeycomb
* commit '3c85ea5e9893e2493c4e7c065d4ced5be7c31dca': Fix 3369762: long press should take you into customization mode
This commit is contained in:
@@ -2231,7 +2231,9 @@ public final class Launcher extends Activity
|
||||
mWorkspace.setAllowLongPress(false);
|
||||
mWorkspace.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS,
|
||||
HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING);
|
||||
if (!LauncherApplication.isScreenXLarge()) {
|
||||
if (LauncherApplication.isScreenXLarge()) {
|
||||
addItems();
|
||||
} else {
|
||||
showAddDialog(longClickCellInfo.cellX, longClickCellInfo.cellY);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user