Added number of pages to preload configuration
This commit is contained in:
parent
c09f6cb20c
commit
68bfba486e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class HttpPageLoader(
|
|||
*/
|
||||
private val subscriptions = CompositeSubscription()
|
||||
|
||||
private val preloadSize = 4
|
||||
private val preloadSize = prefs.eh_preload_size().getOrDefault()
|
||||
|
||||
init {
|
||||
// EXH -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue