Support longer transient pause (#6416)
This commit is contained in:
parent
e9ba45e2bd
commit
a08f387c56
@ -884,7 +884,7 @@ public class LocalPSMP extends PlaybackServiceMediaPlayer {
|
||||
// Still did not get back the audio focus. Now actually pause.
|
||||
pause(true, false);
|
||||
}
|
||||
}, 10000);
|
||||
}, 30000);
|
||||
}
|
||||
} else if (focusChange == AudioManager.AUDIOFOCUS_GAIN) {
|
||||
Log.d(TAG, "Gained audio focus");
|
||||
|
Loading…
x
Reference in New Issue
Block a user