OSDN Git Service

Second try at fixing replacement of a range of digits with a pause.
authorEric Fischer <enf@google.com>
Thu, 17 Sep 2009 17:53:10 +0000 (10:53 -0700)
committerEric Fischer <enf@google.com>
Thu, 17 Sep 2009 17:53:10 +0000 (10:53 -0700)
commit1e2d3a22ab6d0fa7657428c3ed58711fd2c5a821
treec3c8677f60db3d2581a3a65d580e1a6da7efb0c9
parent3b1a35503f6ea58e14a3c466ffe2e3522b5e47c4
Second try at fixing replacement of a range of digits with a pause.

It was still not working all the time, because the automatic number
formatter could change the buffer offsets in between the deletion of
the old digits and the insertion of the pause character.  Do it as
a single operation so that nothing can happen in between.
src/com/android/contacts/TwelveKeyDialer.java