mirror of
https://github.com/Michatec/Radio.git
synced 2026-04-01 16:06:27 +02:00
- Some Bug fixes
- Remove Code berg icon - Updated README.md - Updated AndroidManifest.xml - Updated Dependencies - Fix some code
This commit is contained in:
@@ -25,6 +25,7 @@ import com.michatec.radio.R
|
||||
import java.io.ByteArrayOutputStream
|
||||
import java.io.IOException
|
||||
import java.io.InputStream
|
||||
import androidx.core.graphics.createBitmap
|
||||
|
||||
|
||||
/*
|
||||
@@ -98,7 +99,7 @@ object ImageHelper {
|
||||
}
|
||||
|
||||
// create empty bitmap and canvas
|
||||
val outputImage: Bitmap = Bitmap.createBitmap(size, size, Bitmap.Config.ARGB_8888)
|
||||
val outputImage: Bitmap = createBitmap(size, size, Bitmap.Config.ARGB_8888)
|
||||
val imageCanvas = Canvas(outputImage)
|
||||
|
||||
// draw square background
|
||||
|
||||
Reference in New Issue
Block a user