StepBarView
StepBarView copied to clipboard
How to disable clickable stepbar ?
i want to disable click, just set step position in stepbarview, are there method to disable clickable ?
Please help me
I cannot disable the Click event over stepbarview
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
this might be too late, you can disable all touche events by intercepting them
stepBarView.setOnTouchListener { _, _ -> true }