small improvement
This commit is contained in:
parent
29bf817648
commit
4ab886b640
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ public abstract class AbstractPrologCommandPlayer implements CommandPlayer, Stat
|
||||||
|
|
||||||
protected void abandonAudioFocus() {
|
protected void abandonAudioFocus() {
|
||||||
log.debug("abandonAudioFocus");
|
log.debug("abandonAudioFocus");
|
||||||
if (ctx.getSettings().INTERRUPT_MUSIC.get()) {
|
if (ctx.getSettings().INTERRUPT_MUSIC.get() || (btScoStatus == true)) {
|
||||||
stopBtSco(ctx);
|
stopBtSco(ctx);
|
||||||
}
|
}
|
||||||
if (mAudioFocusHelper != null) {
|
if (mAudioFocusHelper != null) {
|
||||||
|
|
Loading…
Reference in a new issue