mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix: Lost last document position in scroll mode (#3183)
This commit is contained in:
@@ -162,7 +162,9 @@ end
|
|||||||
|
|
||||||
function ReaderRolling:onReaderReady()
|
function ReaderRolling:onReaderReady()
|
||||||
self:setupTouchZones()
|
self:setupTouchZones()
|
||||||
self.setupXpointer()
|
self.ui:registerPostReadyCallback(function()
|
||||||
|
self.setupXpointer()
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function ReaderRolling:setupTouchZones()
|
function ReaderRolling:setupTouchZones()
|
||||||
|
|||||||
Reference in New Issue
Block a user