mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
formatting
This commit is contained in:
parent
b2a22832d9
commit
e261693567
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ abstract class ZLStringListPreference extends ListPreference {
|
||||||
|
|
||||||
protected final boolean setInitialValue(String value) {
|
protected final boolean setInitialValue(String value) {
|
||||||
int index = 0;
|
int index = 0;
|
||||||
boolean found = false;;
|
boolean found = false;
|
||||||
final CharSequence[] entryValues = getEntryValues();
|
final CharSequence[] entryValues = getEntryValues();
|
||||||
if (value != null) {
|
if (value != null) {
|
||||||
for (int i = 0; i < entryValues.length; ++i) {
|
for (int i = 0; i < entryValues.length; ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue