commit | a99dbde643da3c89ea08f65a82c454b9c21fe717 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Wed Aug 01 15:11:13 2012 -0700 |
committer | George Mount <mount@google.com> | Thu Aug 02 09:36:06 2012 -0700 |
tree | dec17afe4f96b69922671f16439d55002031f907 | |
parent | 437a0fbd57662e1d9d260da6f62ff83da2769a7e [diff] |
Don't restart input in the middle of a batch. Bug 6854156 setComposingText is in the middle of a batch and it was resetting the InputConnection. When the batch ended, it was closing a batch that wasn't open on the new InputConnection. The reset turns out not to be necessary anymore -- the LatinIME respects the content when setComposingText fails to change anything. Change-Id: If3352b32ed7b3c90c8dcb3d5ff8d308e82849d85