Formatting

This commit is contained in:
tzugen 2023-04-17 18:01:12 +02:00
parent b0dbf97593
commit 4aa3184e41
No known key found for this signature in database
GPG Key ID: 86612695427E8B05
2 changed files with 1 additions and 4 deletions

View File

@ -1134,7 +1134,7 @@ class PlayerFragment :
Player.STATE_BUFFERING, Player.STATE_READY -> {
progressBar.secondaryProgress = progress
}
else -> { }
else -> { }
}
}

View File

@ -460,7 +460,6 @@ class MediaPlayerController(
return isShufflePlayEnabled
}
/**
* Returns an estimate of the percentage in the current content up to which data is
* buffered, or 0 if no estimate is available.
@ -761,7 +760,6 @@ class MediaPlayerController(
return getShuffledIndexOf(currentMediaItemIndex)
}
/**
* Loops over the timeline windows to find the entry which matches the given closure.
*
@ -785,7 +783,6 @@ class MediaPlayerController(
return C.INDEX_UNSET
}
/**
* Returns the index of the shuffled position of the current playback item given its original
* position in the unshuffled timeline.