fixed issue with geo targeting on string geo:59.5,29.5?z=18&q=59.5,29.5. Jira bug 107
This commit is contained in:
parent
d42ad87182
commit
62ac935c7a
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ public class GeoIntentActivity extends OsmandListActivity {
|
|||
{
|
||||
Thread.sleep(200);
|
||||
}
|
||||
String scheme = intent.getScheme();
|
||||
Uri data = intent.getData();
|
||||
return extract(intent.getScheme(), intent.getData()).execute();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Reference in a new issue