am b29efecd: Merge "Fix a bug with open parens and some other chars" into jb-mr1-dev

* commit 'b29efecd26986e17d73f7226e8ac694e116601ba':
  Fix a bug with open parens and some other chars
main
Jean Chalard 2012-09-14 02:33:00 -07:00 committed by Android Git Automerger
commit 813ddb4242
1 changed files with 2 additions and 1 deletions

View File

@ -1752,7 +1752,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
swapSwapperAndSpace();
mSpaceState = SPACE_STATE_SWAP_PUNCTUATION;
} else if (SPACE_STATE_PHANTOM == spaceState
&& !mCurrentSettings.isWeakSpaceStripper(primaryCode)) {
&& !mCurrentSettings.isWeakSpaceStripper(primaryCode)
&& !mCurrentSettings.isPhantomSpacePromotingSymbol(primaryCode)) {
// If we are in phantom space state, and the user presses a separator, we want to
// stay in phantom space state so that the next keypress has a chance to add the
// space. For example, if I type "Good dat", pick "day" from the suggestion strip