mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
separate ZLKeyBindings instance in PreferenceActivity
This commit is contained in:
parent
8544e0f3e7
commit
80ef9dd290
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class PreferenceActivity extends ZLPreferenceActivity {
|
|||
final ImageOptions imageOptions = new ImageOptions();
|
||||
final ColorProfile profile = fbReader.getColorProfile();
|
||||
final ZLTextStyleCollection collection = fbReader.TextStyleCollection;
|
||||
final ZLKeyBindings keyBindings = fbReader.keyBindings();
|
||||
final ZLKeyBindings keyBindings = new ZLKeyBindings();
|
||||
|
||||
final ZLAndroidLibrary androidLibrary = (ZLAndroidLibrary)ZLAndroidLibrary.Instance();
|
||||
// TODO: use user-defined locale, not the default one,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue