mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2026-02-02 17:10:26 +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