Enable background service in navigation mode

This commit is contained in:
Victor Shcherb 2012-09-23 18:19:28 +02:00
parent d38407e11a
commit 908b14da5b

View file

@ -79,6 +79,7 @@ public class RoutingHelper {
public RoutingHelper(OsmandApplication context, CommandPlayer player){
this.app = context;
settings = context.getSettings();
voiceRouter = new VoiceRouter(this, player);
uiHandler = new Handler();
}