From b970a8a266cb47076b7872075541d38a011759bb Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Fri, 18 Nov 2011 16:29:58 -0800 Subject: Fix issue 5639994: disabled multi-touch on folders Change-Id: I95bb0089e7522db88dea56281a375f9c98ece460 --- src/com/android/launcher2/Folder.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/com/android/launcher2/Folder.java b/src/com/android/launcher2/Folder.java index a6757d7f1..fdde4d593 100644 --- a/src/com/android/launcher2/Folder.java +++ b/src/com/android/launcher2/Folder.java @@ -156,6 +156,7 @@ public class Folder extends LinearLayout implements DragSource, View.OnClickList super.onFinishInflate(); mContent = (CellLayout) findViewById(R.id.folder_content); mContent.setGridSize(0, 0); + mContent.getChildrenLayout().setMotionEventSplittingEnabled(false); mFolderName = (FolderEditText) findViewById(R.id.folder_name); mFolderName.setFolder(this); mFolderName.setOnFocusChangeListener(this); -- cgit v1.2.3