mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
obsolete code
This commit is contained in:
parent
fb574f159a
commit
8a0c09c934
7 changed files with 79 additions and 200 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue