Statistics: Also skip hidden flows stuff in continuous mode (#11284)

Followup to #11279
reviewable/pr11285/r1
NiLuJe 4 months ago committed by GitHub
parent c12b4f2e14
commit ac5d662eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1618,7 +1618,7 @@ function ReaderStatistics:getCurrentStat()
local total_pages
local page_progress_string
local percent_read
if (self.document:hasHiddenFlows()) then
if self.document:hasHiddenFlows() and self.view.state.page then
local flow = self.document:getPageFlow(self.view.state.page)
current_page = self.document:getPageNumberInFlow(self.view.state.page)
total_pages = self.document:getTotalPagesInFlow(flow)

Loading…
Cancel
Save