mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-01 10:41:39 -05:00
Start a search by just typing (closes #213)
This commit is contained in:
@@ -79,6 +79,8 @@ public class FDroid extends FragmentActivity {
|
|||||||
createViews();
|
createViews();
|
||||||
getTabManager().createTabs();
|
getTabManager().createTabs();
|
||||||
|
|
||||||
|
// Start a search by just typing
|
||||||
|
setDefaultKeyMode(DEFAULT_KEYS_SEARCH_LOCAL)
|
||||||
|
|
||||||
Intent i = getIntent();
|
Intent i = getIntent();
|
||||||
if (i.hasExtra("uri")) {
|
if (i.hasExtra("uri")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user