mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-23 08:07:40 +00:00
change(ios/engine): minor polish
This commit is contained in:
parent
3b3f95743d
commit
d2993ed6ef
2 changed files with 1 additions and 3 deletions
|
|
@ -26,8 +26,7 @@ public class KeymanPackage {
|
|||
sourceFolder = folder
|
||||
self.metadata = metadata
|
||||
}
|
||||
|
||||
// to be overridden by subclasses
|
||||
|
||||
public func isKeyboard() -> Bool {
|
||||
return metadata.packageType == .Keyboard
|
||||
}
|
||||
|
|
|
|||
|
|
@ -697,7 +697,6 @@ public class Manager: NSObject, UIGestureRecognizerDelegate {
|
|||
filePath.appendPathComponent(item[0] as! String)
|
||||
try FileManager.default.copyItem(at: filePath,
|
||||
to: item[1] as! URL)
|
||||
|
||||
}
|
||||
} catch {
|
||||
log.error("Error saving the lexical model download: \(error)")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue