Revert "fixed issue with geo targeting on string geo:59.5,29.5?z=18&q=59.5,29.5. Jira bug 107"
This reverts commit d3a5fe8b27
.
This commit is contained in:
parent
5d63ff5d33
commit
979b22d22d
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ 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