apptik / MultiSlider

Multi functional slider/seekbar( / rangebar / scrubber) for Android
Apache License 2.0
320 stars 80 forks source link

Kotlin setOnThumbValueChangeListener IllegalAccessError #96

Closed FarshidABZ closed 5 years ago

FarshidABZ commented 5 years ago

Hi I'm working with MultiSlider on thumb binder branch. On Android 6.0 when I call setOnThumbValueChangeListener I got : "ava.lang.IllegalAccessError: Illegal class access:" error and application crashed.

is it because of kotlin?

I couldn't find a solution for it.

could you help me?

bmx666 commented 5 years ago

@FarshidABZ this parent commit should fix issue 55e94f17bbac0ad94d7d9741db606a9f4f9e702f Can you check this?

FarshidABZ commented 5 years ago

@bmx666 Yes, it helps, but I think it needed to merge with thumb binder branch. Thanks

bmx666 commented 5 years ago

@FarshidABZ it already in thumb-binder-dev branch