Start a search by just typing (closes #213)

This commit is contained in:
Daniel Martí 2013-07-06 01:24:00 +02:00
parent a1116608e7
commit 0cec8f9bd5

View File

@ -79,6 +79,8 @@ public class FDroid extends FragmentActivity {
createViews();
getTabManager().createTabs();
// Start a search by just typing
setDefaultKeyMode(DEFAULT_KEYS_SEARCH_LOCAL)
Intent i = getIntent();
if (i.hasExtra("uri")) {