OSDN Git Service

Tell the SearchManager to stopSearch before starting an in-app voice
authorMike LeBeau <mlebeau@android.com>
Thu, 30 Jul 2009 22:38:03 +0000 (15:38 -0700)
committerMike LeBeau <mlebeau@android.com>
Thu, 30 Jul 2009 22:48:24 +0000 (15:48 -0700)
commitc2e06072051e319bc609df66f4c72b77716f4fa4
treee01459d089791b3675399f59719e1d66963f1ef5
parentf4fbdfa53fe0497d9b1f3b9642df357bb765e84f
Tell the SearchManager to stopSearch before starting an in-app voice
search. Without this, because of the recent changes to how the search
dialog hides and resumes, we end up re-showing the search dialog after
returning to the app from voice search, obscuring the new voice search
results behind.

Fixes http://b/2025364
core/java/android/app/SearchDialog.java