Skip to content

Commit

Permalink
modified: mBrowser/src/am/zoom/mbrowser/MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Jan 17, 2019
1 parent 4477cbd commit d8b9ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mBrowser/src/am/zoom/mbrowser/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 292,8 @@ protected void search(String query){
e.printStackTrace();
}
if(keywords!=null){
loadUrl("https://www.google.com/search?q=" keywords);
loadUrl("https://duckduckgo.com/html?q=" keywords);

}
}

Expand Down

0 comments on commit d8b9ac5

Please sign in to comment.