mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Some more repaint/refresh tweaks (#4578)
* ReaderView & ReaderPaging panning should *probably* keep using "partial" ;). (Fix #4575) * Try to avoid unnecessary footer repaints (mini status bar)
This commit is contained in:
@@ -715,7 +715,7 @@ function ReaderPaging:onScrollPanRel(diff)
|
||||
-- update current pageno to the very last part in current view
|
||||
self:_gotoPage(self.view.page_states[#self.view.page_states].page,
|
||||
"scrolling")
|
||||
UIManager:setDirty(self.view.dialog, "fast")
|
||||
UIManager:setDirty(self.view.dialog, "partial")
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user