summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/16/changes
diff options
context:
space:
mode:
authorGilles Debunne <debunne@google.com>2012-05-25 14:04:01 +0200
committerGilles Debunne <debunne@google.com>2012-05-25 14:04:05 +0200
commit2427192e58b2ff31c3238b6c04440a15f4e7bf20 (patch)
treecb48c945455bf1c515507d0598572b3227e4e2a7 /docs/html/sdk/api_diff/16/changes
parentf927e17ae543b6edeae8200cc86c59c3ee740670 (diff)
Fix for IOOB in SearchView
Bug 6476578 The latest bug report show a query.length() of 33 while mQueryTextView.length() is 0 on line 514. I can see 2 reasons which can explain this discrepancy: - the mQueryTextView has a filter, which alters the text. - some asynchronous event (IME?) changes the text in the mean time. I would favor the second one, which seems to break a lot of single thread assumptions in the code and generates other IOOB exceptions. Note that depending on what they are used for, it may be more consistent to use mQueryTextView.getText() instead of query in the following assignment. Change-Id: Ie8a5486b11a80543f8f90980454933c5a74c073e
Diffstat (limited to 'docs/html/sdk/api_diff/16/changes')
0 files changed, 0 insertions, 0 deletions