touch: keep the touch point grabbing while finger rearranging 12/11512/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 29 Oct 2013 06:08:38 +0000 (15:08 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Tue, 29 Oct 2013 06:08:38 +0000 (15:08 +0900)
Change-Id: I014d39d843ee0f9487200b5b55fd833c6f9199ff
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/skin/client/src/org/tizen/emulator/skin/EmulatorFingers.java

index 586a2f9..866228b 100644 (file)
@@ -490,9 +490,9 @@ public class EmulatorFingers {
                        }
                }
 
-               if (count != 0) {
+               /* if (count != 0) {
                        grabFingerID = 0;
-               }
+               }*/
 
                return count;
        }