mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 11:55:32 +00:00
chore(ios/engine): a spot of cleanup + future note
This commit is contained in:
parent
8c0828ade6
commit
d3e89bea43
1 changed files with 5 additions and 1 deletions
|
|
@ -209,8 +209,12 @@ public class ResourceFileManager {
|
|||
|
||||
if let fullIDs = fullIDs {
|
||||
do {
|
||||
//try ResourceFileManager.shared.finalizePackageInstall(self.package, isCustom: self.isCustom)
|
||||
try ResourceFileManager.shared.install(resourcesWithIDs: fullIDs, from: package)
|
||||
|
||||
if package is KeyboardKeymanPackage {
|
||||
// TODO(?): We might should attempt an automatic download + install of lexical models
|
||||
// for the specified language codes.
|
||||
}
|
||||
} catch {
|
||||
if let kmpError = error as? KMPError {
|
||||
let alert = self.buildKMPError(kmpError)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue