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

Followup to #11279
This commit is contained in:
NiLuJe
2023-12-27 20:43:36 +01:00
committed by GitHub
parent c12b4f2e14
commit ac5d662eb4

View File

@@ -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)