mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
preference dependency has been added
This commit is contained in:
parent
c8d571f7e1
commit
10b09a2a4b
3 changed files with 25 additions and 5 deletions
|
@ -39,7 +39,12 @@ class ZLBooleanPreference extends CheckBoxPreference implements ZLPreference {
|
|||
setChecked(option.getValue());
|
||||
}
|
||||
|
||||
public void onAccept() {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
super.onClick();
|
||||
myOption.setValue(isChecked());
|
||||
}
|
||||
|
||||
public void onAccept() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue