Make MediaControllerImplLegacy.getMaxSeekToPreviousPosition() return the correct value

This commit is contained in:
Gaëtan Muller 2024-06-09 16:31:26 +02:00 committed by tonihei
parent 424d2a52fe
commit 63103978be

View File

@ -938,7 +938,7 @@ import org.checkerframework.checker.initialization.qual.UnderInitialization;
@Override
public long getMaxSeekToPreviousPosition() {
return 0L;
return controllerInfo.playerInfo.maxSeekToPreviousPositionMs;
}
@Override