commit | c1cfae553cc08c832155eb5b951690a4e349b5bc | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Thu Nov 20 13:22:54 2014 -0800 |
committer | Tyler Gunn <tgunn@google.com> | Thu Nov 20 21:23:38 2014 +0000 |
tree | cc2e954316eaaed048670eaf6086af9593c9fef2 | |
parent | 4dbd3a2366c14fca1a514a9e7cfe383e0c28f3b3 [diff] |
Correcting population of search box with voice search results. The issue is the onActivityResult callback which receives the result of the voice search is called BEFORE the dialtacts activity is resumed, and hence the search results fragment is not properly shown (since resume has not yet completed). Changed so that the search results are stored until onResume, where they are applied to the search box. Bug: 18410823 Change-Id: I02985f722643846067678a67f2c1fda76434fbc4