Fixed bad whitespace.
This commit is contained in:
parent
c129db64e6
commit
acb06db0c7
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ public class GeoIntentActivity extends OsmandListActivity {
|
|||
String parameter = data.getQueryParameter("q");
|
||||
if (parameter == null) {
|
||||
parameter = data.getQueryParameter("daddr");
|
||||
}
|
||||
}
|
||||
if(parameter != null) {
|
||||
q = parameter.split(" ")[0];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue