Display error message upon failed OTA Update.

This commit is contained in:
Michael Hall
2014-08-26 21:18:00 +01:00
parent 4cc9cf85e4
commit 7379c3a6e5

View File

@@ -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