mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Option to show progress bar at the bottom of the screen (#5442)
This commit is contained in:
@@ -758,7 +758,7 @@ function ReaderPaging:onScrollPanRel(diff)
|
||||
end
|
||||
|
||||
function ReaderPaging:calculateOverlap()
|
||||
local footer_height = (self.view.footer_visible and 1 or 0) * self.view.footer.bar_height
|
||||
local footer_height = (self.view.footer_visible and 1 or 0) * self.view.footer.height
|
||||
return self.overlap + footer_height
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user