gesture-imageview
gesture-imageview copied to clipboard
Can GestureImageViewTouchListener's touched member field be removed?
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).