AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Wrong behavior on rotation #54

Open yarolegovich opened 8 years ago

yarolegovich commented 8 years ago

I have two seekbars on screen. One has range 500-5000, second 10-20. On screen rotation first seekbar gets min, max and current values of the first seekbar.

yarolegovich commented 8 years ago

Same if navigate to fragment on backpress.

BehnamMaboodi commented 8 years ago

Try to programmatically set correct values after rotation

ignaciogs commented 8 years ago

I can't reproduce it. Can you try reproduced it with the sample app?