Skip to content

Commit

Permalink
make the Nicaraguan provider work again
Browse files Browse the repository at this point in the history
  • Loading branch information
ialokim committed Mar 5, 2018
1 parent 969ac57 commit 3f8d44d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public interface TransportNetworks {
.setId(NetworkId.NICARAGUA)
.setName(R.string.np_name_nicaragua)
.setDescription(R.string.np_desc_nicaragua)
.setRegion(Region.CENTRAL_AMERICA)
.setRegion(Continent.CENTRAL_AMERICA)
.setLogo(R.drawable.network_nicaragua_logo)
.setStatus(ALPHA)
.setGoodLineNames(true)
Expand Down

0 comments on commit 3f8d44d

Please sign in to comment.