seamless chapter transitions

This commit is contained in:
Robin Appelman
2016-02-03 22:55:56 +01:00
parent 16081817c2
commit 2566862e0f
25 changed files with 463 additions and 428 deletions
@@ -128,6 +128,10 @@ public class PreferencesHelper {
return rxPrefs.getInteger(getKey(R.string.pref_last_catalogue_source_key), -1);
}
public boolean seamlessMode() {
return prefs.getBoolean(getKey(R.string.pref_seamless_mode_key), true);
}
public Preference<Boolean> catalogueAsList() {
return rxPrefs.getBoolean(getKey(R.string.pref_display_catalogue_as_list), false);
}