CustomSeekBar: Fix disabling when create
before: https://imgur.com/a/jtNip after: https://imgur.com/a/Q1rJH
This commit is contained in:
@@ -150,6 +150,8 @@ public class CustomSeekBarPreference extends Preference implements SeekBar.OnSee
|
||||
|
||||
view.setDividerAllowedAbove(false);
|
||||
//view.setDividerAllowedBelow(false);
|
||||
|
||||
mSeekBar.setEnabled(isEnabled());
|
||||
}
|
||||
|
||||
public void setMax(int max) {
|
||||
|
||||
Reference in New Issue
Block a user