mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Automatic Lint
This commit is contained in:
@@ -12,4 +12,4 @@ import io.ktor.client.statement.HttpResponse
|
||||
|
||||
expect suspend fun HttpResponse.toImageBitmap(): ImageBitmap
|
||||
|
||||
expect fun Image.asImageBitmap(): ImageBitmap
|
||||
expect fun Image.asImageBitmap(): ImageBitmap
|
||||
|
||||
@@ -39,4 +39,4 @@ actual suspend fun HttpResponse.toImageBitmap(): ImageBitmap {
|
||||
|
||||
actual fun ImageLoaderImage.asImageBitmap(): ImageBitmap {
|
||||
return asComposeImageBitmap()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user