IllegalArgumentException if maxValue is set to a value less than 50
Provides a preference, which allows to select a value from a SeekBar.
Brought to you by:
mrapp
The preference will throw an IllegalArgumentException from within its constructors, if the max value is set to a value less than 50 via XML and no value is persisted yet (e.g. when the preference is shown for the first time). This bug occurs, because the preference's value is initially set to the hard coded default value (which is 50 and therefore greater than allowed), instead of the one, specified via XML.
This bug was fixed in the bugfix release 1.0.1.