Android Question how can cancel TouchListener?

Hi
i use Reflector for "SetOnTouchListener" and it working good
but i want cancel this Listener after, how i can do this?

because for example when i set this listener , default view listener like Click-Longclick not work and i want enable default listener when i dont need "SetOnTouchListener".
Also when i use "SetOnTouchListener" on scrollview or recyclerview, i cant scroll after set listener and i want re-enable default listener and and be able to scroll.


so, how i can cancel or disable Reflector TouchListener??
 
Top