KeyHandler // Bind phonabetCombinationCorrectionEnabled.
This commit is contained in:
parent
478c711b0a
commit
3815a50e83
|
@ -332,6 +332,7 @@ class KeyHandler {
|
||||||
mgrPrefs.mandarinParser = MandarinParser.ofStandard.rawValue
|
mgrPrefs.mandarinParser = MandarinParser.ofStandard.rawValue
|
||||||
}
|
}
|
||||||
composer.clear()
|
composer.clear()
|
||||||
|
composer.phonabetCombinationCorrectionEnabled = mgrPrefs.autoCorrectReadingCombination
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Extracted methods and functions (Megrez).
|
// MARK: - Extracted methods and functions (Megrez).
|
||||||
|
|
Loading…
Reference in New Issue