use mini progress bar by default

This commit is contained in:
chrox
2014-02-12 15:43:38 +08:00
parent 9f507e6447
commit 4fcb39494c
4 changed files with 9 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ function ReaderFooter:onTapFooter(arg, ges)
end
UIManager:setDirty(self.view.dialog, "partial")
-- consume this tap when footer is visible
if self.visible then
if self.view.footer_visible then
return true
end
end