changes after comments

This commit is contained in:
robert00s
2017-03-24 18:57:07 +01:00
committed by Qingping Hou
parent 4479d686a0
commit a2bfc3858d
3 changed files with 5 additions and 5 deletions

View File

@@ -623,4 +623,8 @@ function ReaderFooter:onSetStatusLine(status_line)
self.ui:handleEvent(Event:new("UpdatePos"))
end
function ReaderFooter:onResume()
self:updateFooter()
end
return ReaderFooter

View File

@@ -880,8 +880,4 @@ function ReaderPaging:onGotoPercentage(percentage)
return true
end
function ReaderPaging:onResume()
self.view.footer:updateFooter()
end
return ReaderPaging

View File

@@ -332,7 +332,7 @@ function ReaderRolling:onPageUpdate(new_page)
end
function ReaderRolling:onResume()
self.view.footer:updateFooter()
self:updateBatteryState()
end
function ReaderRolling:onDoubleTapForward()