Display error message upon failed OTA Update.

pull/853/head
Michael Hall 10 years ago
parent 4cc9cf85e4
commit 7379c3a6e5

@ -113,6 +113,10 @@ function OTAManager:fetchAndProcessUpdate()
UIManager:show(InfoMessage:new{
text = _("Koreader will be updated on next restart."),
})
else
UIManager:show(InfoMessage:new{
text = _("Error updating Koreader."),
})
end
end)
end

Loading…
Cancel
Save