Ramotion / fluid-slider-android

:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Android library made by @Ramotion
https://www.ramotion.com/agency/app-development/
MIT License
1.42k stars 147 forks source link

IllegalArgumentException, wrong state class #27

Closed mayurolls closed 5 years ago

mayurolls commented 6 years ago

while coming back to this fragment.. it is giving the following error on backpress method

java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class com.ramotion.fluidslider.FluidSlider$State instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/fluid_Slider. Make sure other views do not use the same id.

I have followed the code from this example..

golovin47 commented 5 years ago

Hello, @mayurolls. This issue was resolved by @payasgupta's commit.