mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Extend Bluetooth dead audio track workaround to Q
PiperOrigin-RevId: 244139959
This commit is contained in:
parent
4c967895e9
commit
a985ca93c5
1 changed files with 1 additions and 1 deletions
|
|
@ -517,7 +517,7 @@ import java.lang.reflect.Method;
|
|||
rawPlaybackHeadPosition += passthroughWorkaroundPauseOffset;
|
||||
}
|
||||
|
||||
if (Util.SDK_INT <= 28) {
|
||||
if (Util.SDK_INT <= 29) {
|
||||
if (rawPlaybackHeadPosition == 0
|
||||
&& lastRawPlaybackHeadPosition > 0
|
||||
&& state == PLAYSTATE_PLAYING) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue