Enable background service in navigation mode
This commit is contained in:
parent
d38407e11a
commit
908b14da5b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue