tap on reader footer will toggle time display

This commit is contained in:
chrox
2013-12-15 20:19:06 +08:00
parent 90d91d567a
commit 5dd96b8756
2 changed files with 33 additions and 6 deletions

View File

@@ -71,6 +71,7 @@ function ReaderView:resetLayout()
}
self.footer = ReaderFooter:new{
view = self,
visible = self.footer_visible,
}
self.flipping = ReaderFlipping:new{
view = self,