gesture-imageview icon indicating copy to clipboard operation
gesture-imageview copied to clipboard

Can GestureImageViewTouchListener's touched member field be removed?

Open huperniketes opened this issue 12 years ago • 0 comments

Is there some future plan for touched? At the moment, it's use in onTouch()'s ACTION_MOVE block is wasted because touched is set to true in the ACTION_DOWN block.

So I would recommend removing it altogether as well as the block following if(!touched).

huperniketes avatar Aug 02 '12 23:08 huperniketes