commit | 8cb7566b1210612d92561d794d4ac4cfbcdafebf | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 09 15:45:22 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jul 09 15:45:22 2009 -0700 |
tree | 652675b2a3d03f5a5e5e01a961731c0328520997 | |
parent | 0dfc4df25339ea6dae6a5e52363e79bd5c99a0b2 [diff] | |
parent | 35b96df08d2f0c66c4b685ec4a796341744c20c6 [diff] |
Merge change 6668 into donut * changes: Check if a searchable is null before adding it to the list of searchables for web search. If getActivityMetaData returned null for a web search searchable, previously, this null would get added to the list of searchables for web search, which was causing GlobalSearch's SearchSettings to crash with an NPE (which I've guarded against in change 6602).