StepBarView icon indicating copy to clipboard operation
StepBarView copied to clipboard

How to disable clickable stepbar ?

Open cahyofendhi opened this issue 5 years ago • 4 comments

i want to disable click, just set step position in stepbarview, are there method to disable clickable ?

cahyofendhi avatar Mar 04 '19 01:03 cahyofendhi

Please help me

mohammedjunaid avatar May 18 '19 10:05 mohammedjunaid

I cannot disable the Click event over stepbarview

mohammedjunaid avatar May 18 '19 10:05 mohammedjunaid

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

imaNNeo avatar Jul 26 '19 17:07 imaNNeo

this might be too late, you can disable all touche events by intercepting them

stepBarView.setOnTouchListener { _, _ -> true }

m7mdra avatar Sep 28 '22 09:09 m7mdra