Fix typo
This commit is contained in:
@@ -381,8 +381,8 @@ fun PlayerView(
|
|||||||
text = buildString {
|
text = buildString {
|
||||||
append(Formatter.formatShortFileSize(context, cachedBytes))
|
append(Formatter.formatShortFileSize(context, cachedBytes))
|
||||||
|
|
||||||
song?.contentLength?.let { contentLenght ->
|
song?.contentLength?.let { contentLength ->
|
||||||
append(" (${(cachedBytes.toFloat() / contentLenght * 100).roundToInt()}%)")
|
append(" (${(cachedBytes.toFloat() / contentLength * 100).roundToInt()}%)")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
style = typography.xs.semiBold.color(BlackColorPalette.text)
|
style = typography.xs.semiBold.color(BlackColorPalette.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user