Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7940fcf360
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ public abstract class AbstractPrologCommandPlayer implements CommandPlayer, Stat
|
|||
|
||||
protected void abandonAudioFocus() {
|
||||
log.debug("abandonAudioFocus");
|
||||
if (ctx.getSettings().INTERRUPT_MUSIC.get()) {
|
||||
if (ctx.getSettings().INTERRUPT_MUSIC.get() || (btScoStatus == true)) {
|
||||
stopBtSco(ctx);
|
||||
}
|
||||
if (mAudioFocusHelper != null) {
|
||||
|
|
Loading…
Reference in a new issue