Skip to content

Commit

Permalink
preferences: fix boot delay initial value
Browse files Browse the repository at this point in the history
Signed-off-by: Blechd0se <alex.christ@hotmail.de>
  • Loading branch information
Blechd0se committed Jul 11, 2015
1 parent 01ace9e commit e3f49e5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -410,6 +410,7 @@ private void setMinutes(ListPreference preference, String value) {
} else {
preference.setSummary(R.string.disabled);
preference.setValue("" + 0);
preference.setValueIndex(0);
}
}

Expand Down

0 comments on commit e3f49e5

Please sign in to comment.