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:
unknown 2014-06-25 12:32:03 +03:00
parent 65bdad56dd
commit 904836feb5

View file

@ -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)