Merge change 7940 into donut

* changes:
  whoops, still need to dismiss when launching an intent for in-app search
This commit is contained in:
Android (Google) Code Review
2009-07-20 14:31:54 -07:00

View File

@@ -1246,6 +1246,10 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
}
Log.d(LOG_TAG, "launching " + intent);
getContext().startActivity(intent);
if (!mGlobalSearchMode) {
dismiss();
}
}
/**