How to disable clickable stepbar ?
cahyofendhi opened this issue · 4 comments
cahyofendhi commented
i want to disable click, just set step position in stepbarview, are there method to disable clickable ?
mohammedjunaid commented
Please help me
mohammedjunaid commented
I cannot disable the Click event over stepbarview
imaNNeo commented
Hi,
Unfortunately, Github started banning Iranian users while ago,
If they didn't stop their action, I can't continue on this repo,
read more it here,
If you want to prevent this unfair action, give a start on this repository and say your support by creating an issue, and spread it.
Best regards,
Iman Khoshabi
m7mdra commented
this might be too late, you can disable all touche events by intercepting them
stepBarView.setOnTouchListener { _, _ -> true }