Skip to content

Commit

Permalink
Enable osm live for developer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vshcherb committed Sep 28, 2016
1 parent ee48fa5 commit d912960
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -703,7 +703,7 @@ public boolean onContextMenuClick(ArrayAdapter<ContextMenuItem> adapter, int ite
}
}).createItem());

if (Version.isGooglePlayEnabled(app)) {
if (Version.isGooglePlayEnabled(app) || Version.isDeveloperVersion(app)) {
optionsMenuHelper.addItem(new ContextMenuItem.ItemBuilder().setTitleId(R.string.osm_live, mapActivity)
.setIcon(R.drawable.ic_action_osm_live)
.setListener(new ContextMenuAdapter.ItemClickListener() {
Expand Down

0 comments on commit d912960

Please sign in to comment.