R8 Configuration analyzer results

ioc-workshop
Ajesh R 2 months ago
parent c2d884b7c5
commit 3cbc6268a3
No known key found for this signature in database

@ -96,7 +96,7 @@ val FILTERS = listOf(
fun decodeSourceBitmap(context: Context): Bitmap { fun decodeSourceBitmap(context: Context): Bitmap {
val options = BitmapFactory.Options().apply { inSampleSize = 4 } val options = BitmapFactory.Options().apply { inSampleSize = 4 }
return BitmapFactory.decodeResource(context.resources, R.drawable.large_image, options) return BitmapFactory.decodeResource(context.resources, R.drawable.feature_interests_impl_large_image, options)
} }
fun createFilteredBitmap(source: Bitmap, filter: ImageFilter): Bitmap { fun createFilteredBitmap(source: Bitmap, filter: ImageFilter): Bitmap {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save