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
18368ac47b
commit
35a23f8196
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ public class GeoIntentActivity extends OsmandListActivity {
|
||||||
{
|
{
|
||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
}
|
}
|
||||||
|
String scheme = intent.getScheme();
|
||||||
|
Uri data = intent.getData();
|
||||||
return extract(intent.getScheme(), intent.getData()).execute();
|
return extract(intent.getScheme(), intent.getData()).execute();
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Reference in a new issue