android - How to disable setOnItemClickListener? -
i've defined setonitemclicklistener view object , need disable during calculations in application. how disable it?
this should work:
yourview.setonitemclicklistener(null); i've defined setonitemclicklistener view object , need disable during calculations in application. how disable it?
this should work:
yourview.setonitemclicklistener(null);
Comments
Post a Comment