Fix http scheme
This commit is contained in:
parent
11606f20f0
commit
0b1708cb17
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public class OsMoGroupsActivity extends OsmandExpandableListActivity implements
|
|||
app = (OsmandApplication) getApplication();
|
||||
osMoPlugin = OsmandPlugin.getEnabledPlugin(OsMoPlugin.class);
|
||||
if(getIntent() != null) {
|
||||
if("osmo".equals(getIntent().getScheme())) {
|
||||
if("http".equals(getIntent().getScheme())) {
|
||||
new OsMoIntentHandler(app, osMoPlugin).execute(getIntent());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue