support "back on route" in voice test

This commit is contained in:
sonora 2016-05-14 20:04:01 +02:00
parent 9a5107e981
commit cc22477eae

View file

@ -211,6 +211,7 @@ public class TestVoiceActivity extends OsmandActionBarActivity {
addButton(ll, "GPS signal lost", builder(p).gpsLocationLost());
addButton(ll, "GPS signal recovered", builder(p).gpsLocationRecover());
addButton(ll, "You have been off the route for 1050m", builder(p).offRoute(1050));
addButton(ll, "You are back on the route", builder(p).backOnRoute());
ll.forceLayout();
}