Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jun 7, 2016
2 parents 0a56790 + 0deade2 commit f54fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsmAnd/src/net/osmand/plus/helpers/WaypointHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class WaypointHelper {
private static final int ALARMS_ANNOUNCE_RADIUS = 150;

// don't annoy users by lots of announcements
private static final int APPROACH_POI_LIMIT = 3;
private static final int APPROACH_POI_LIMIT = 1;
private static final int ANNOUNCE_POI_LIMIT = 3;

OsmandApplication app;
Expand Down

0 comments on commit f54fa3b

Please sign in to comment.