mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-21 19:47:46 -04:00
Start a search by just typing (closes #213)
This commit is contained in:
1 parent
a1116608e7
commit
0cec8f9bd5
1 file changed
+2
@@ -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")) {
|
||||
|
||||
Reference in new issue
Block a user