Merge change 7940 into donut
* changes: whoops, still need to dismiss when launching an intent for in-app search
This commit is contained in:
@@ -1246,6 +1246,10 @@ public class SearchDialog extends Dialog implements OnItemClickListener, OnItemS
|
|||||||
}
|
}
|
||||||
Log.d(LOG_TAG, "launching " + intent);
|
Log.d(LOG_TAG, "launching " + intent);
|
||||||
getContext().startActivity(intent);
|
getContext().startActivity(intent);
|
||||||
|
|
||||||
|
if (!mGlobalSearchMode) {
|
||||||
|
dismiss();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user