[UX] Implement back_to_exit option (#3838)

Also goes back to File Manager as default view first.
This commit is contained in:
onde2rock
2018-04-09 09:22:16 +02:00
committed by Frans de Jonge
parent ab712f1a29
commit 5aacc761e1
6 changed files with 69 additions and 7 deletions

View File

@@ -634,7 +634,9 @@ function ReaderUI:dealWithLoadDocumentFailure()
end
function ReaderUI:onHome()
return self:showFileManager()
self:onClose()
self:showFileManager()
return true
end
return ReaderUI