mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 07:30:06 +03:00
Formatting
This commit is contained in:
parent
b0dbf97593
commit
4aa3184e41
@ -1134,7 +1134,7 @@ class PlayerFragment :
|
||||
Player.STATE_BUFFERING, Player.STATE_READY -> {
|
||||
progressBar.secondaryProgress = progress
|
||||
}
|
||||
else -> { }
|
||||
else -> { }
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user