Make MediaControllerImplLegacy.getMaxSeekToPreviousPosition()
return the correct value
This commit is contained in:
parent
424d2a52fe
commit
63103978be
@ -938,7 +938,7 @@ import org.checkerframework.checker.initialization.qual.UnderInitialization;
|
||||
|
||||
@Override
|
||||
public long getMaxSeekToPreviousPosition() {
|
||||
return 0L;
|
||||
return controllerInfo.playerInfo.maxSeekToPreviousPositionMs;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user