Dismiss system windows when search is launched.

This commit is contained in:
Karl Rosaen
2009-07-14 14:56:53 -07:00
parent f46d2db932
commit 32a9cd8f69

View File

@@ -2510,6 +2510,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
if (cb == null) {
return false;
} else {
sendCloseSystemWindows();
return cb.onSearchRequested();
}
}