mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move unpackArchive to Device, use native version on android (#6959)
This commit is contained in:
@@ -974,7 +974,7 @@ function ReaderDictionary:downloadDictionary(dict, download_location, continue)
|
||||
return false
|
||||
end
|
||||
|
||||
local ok, error = util.unpackArchive(download_location, self.data_dir)
|
||||
local ok, error = Device:unpackArchive(download_location, self.data_dir)
|
||||
|
||||
if ok then
|
||||
available_ifos = false
|
||||
|
||||
Reference in New Issue
Block a user