Sync AUDIO_STREAM_GUIDANCE from CAR to DEFAULT mode value
This commit is contained in:
parent
592ea3dd4d
commit
bae55067b3
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ public class SettingsNavigationActivity extends SettingsBaseActivity {
|
||||||
if (player != null) {
|
if (player != null) {
|
||||||
player.updateAudioStream(settings.AUDIO_STREAM_GUIDANCE.get());
|
player.updateAudioStream(settings.AUDIO_STREAM_GUIDANCE.get());
|
||||||
}
|
}
|
||||||
|
// Sync DEFAULT value with CAR value, as we have other way to set it for now
|
||||||
|
settings.AUDIO_STREAM_GUIDANCE.setModeValue(ApplicationMode.DEFAULT, settings.AUDIO_STREAM_GUIDANCE.getModeValue(ApplicationMode.CAR));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue