2
0
mirror of https://github.com/koreader/koreader synced 2024-11-16 06:12:56 +00:00

refresh footer (#3313)

This commit is contained in:
Robert 2017-10-07 12:28:08 +02:00 committed by Frans de Jonge
parent e6fcea6e26
commit 0b2b2bbc2b

View File

@ -1690,6 +1690,7 @@ end
function ReaderStatistics:onReaderReady() function ReaderStatistics:onReaderReady()
-- we have correct page count now, do the actual initialization work -- we have correct page count now, do the actual initialization work
self:initData() self:initData()
self.view.footer:updateFooter()
end end
return ReaderStatistics return ReaderStatistics