mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 06:40:30 +05:30
fix ktlint
This commit is contained in:
parent
1641c75146
commit
ec49d3e61e
@ -114,7 +114,9 @@ class NowPlayingNotification(
|
|||||||
// returns the bitmap on Android 13+, for everything below scaled down to a square
|
// returns the bitmap on Android 13+, for everything below scaled down to a square
|
||||||
bitmap = if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU) {
|
bitmap = if (Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU) {
|
||||||
ImageHelper.getSquareBitmap(bm)
|
ImageHelper.getSquareBitmap(bm)
|
||||||
} else bm
|
} else {
|
||||||
|
bm
|
||||||
|
}
|
||||||
callback.onBitmap(bitmap!!)
|
callback.onBitmap(bitmap!!)
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
|
Loading…
Reference in New Issue
Block a user