commit | d072154bddbfda8eb99a65b724922785f896f8eb | [log] [tgz] |
---|---|---|
author | Eric Fischer <enf@google.com> | Fri Jun 26 16:14:59 2009 -0700 |
committer | Eric Fischer <enf@google.com> | Fri Jun 26 16:14:59 2009 -0700 |
tree | d0075b2e4b85d40ec5fa366a1300f7caa434c159 | |
parent | d09f86ce175fad6ddbd446363f327dfa0575a1d2 [diff] |
Add a null check in an AutoCompleteTextView callback to prevent a crash. It looks like the drop down list had already been taken down before the callback fired so it caused a null pointer exception. In this case just do nothing instead. Bug 1927858