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 1fd0094f79
.
This commit is contained in:
parent
65bdad56dd
commit
904836feb5
1 changed files with 0 additions and 2 deletions
|
@ -105,8 +105,6 @@ 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