fixed incorrect text case after deleting a recomposed word
This commit is contained in:
parent
c61a73d5e4
commit
a9e6b634fd
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class ModeWords extends ModeCheonjiin {
|
|||
|
||||
if (word == null || word.length() < 2 || word.contains(" ")) {
|
||||
Logger.d(LOG_TAG, "Not recomposing invalid word: '" + word + "'");
|
||||
textCase = CASE_CAPITALIZE;
|
||||
textCase = settings.getTextCase();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue