IME // DispatchQueue openPhraseFile().
This commit is contained in:
parent
efe4929ad2
commit
c04ae907e1
|
@ -125,7 +125,9 @@ public enum IME {
|
|||
// MARK: - Open a phrase data file.
|
||||
|
||||
static func openPhraseFile(fromURL url: URL) {
|
||||
openPhraseFile(userFileAt: url.path)
|
||||
DispatchQueue.main.async {
|
||||
openPhraseFile(userFileAt: url.path)
|
||||
}
|
||||
}
|
||||
|
||||
static func openPhraseFile(userFileAt path: String) {
|
||||
|
|
Loading…
Reference in New Issue