1
0
Fork 0
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:
Nikolay Pultsin 2014-01-01 19:28:31 +00:00
parent 8544e0f3e7
commit 80ef9dd290

View file

@ -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,