OSDN Git Service

Absorbing extra key events on contact search.
authorDmitri Plotnikov <dplotnikov@google.com>
Fri, 2 Apr 2010 02:33:24 +0000 (19:33 -0700)
committerDmitri Plotnikov <dplotnikov@google.com>
Fri, 2 Apr 2010 02:33:24 +0000 (19:33 -0700)
commit95020ca857e5355e970181d661eb6019eafefc86
tree7478b543d6ce83ded658ee7b8e66554b73c5327f
parentffadc8789ddab7849aa869c6bf1186d36db49d3a
Absorbing extra key events on contact search.

When contact search is started from a keyboard,
we start a search activity, but subsequent key events
are still coming to the original activity and
it just keeps launching new search activities.

Discussed this with Dianne.  The only available solution
in FroYo is to swallow the extra events.

This CL does just that.

Bug: 2565998

Change-Id: Ib9318ad4832e950172af5a3999194bc14321938b
src/com/android/contacts/ContactsListActivity.java