1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

obsolete code

This commit is contained in:
Nikolay Pultsin 2014-06-06 03:12:30 +01:00
parent fb574f159a
commit 8a0c09c934
7 changed files with 79 additions and 200 deletions

View file

@ -296,12 +296,12 @@ public class PreferenceActivity extends ZLPreferenceActivity {
continue;
}
final ZLTextFullStyleDecoration decoration = collection.getDecoration(styles[i]);
final ZLTextStyleDecoration decoration = collection.getDecoration(styles[i]);
if (decoration == null) {
continue;
}
final Screen formatScreen = moreStylesScreen.createPreferenceScreen(decoration.getName());
final Screen formatScreen = moreStylesScreen.createPreferenceScreen(decoration.Name);
formatScreen.addPreference(new FontPreference(
this, textScreen.Resource, "font",
decoration.FontFamilyOption, true