fix ota update for PocketBook

This commit is contained in:
chrox
2015-01-20 00:07:36 +08:00
parent 917f45a5ba
commit c11a2bbf1e
4 changed files with 8 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ local _ = require("gettext")
local common_info = {}
if Device:isKindle() or Device:isKobo() then
if Device:isKindle() or Device:isKobo() or Device:isPocketBook() then
local OTAManager = require("ui/otamanager")
table.insert(common_info, OTAManager:getOTAMenuTable())
end