Credit to jaames for the original icon
@ -68,7 +68,7 @@ class GameAdapter(private val activity: AppCompatActivity) :
activity.lifecycleScope.launch {
val bitmap = decodeGameIcon(game.path)
binding.imageGameScreen.load(bitmap) {
error(R.drawable.no_icon)
error(R.drawable.default_icon)
}
Before
Width: 480 | Height: 480 | Size: 9.0 KiB
After
Width: 256 | Height: 256 | Size: 6.1 KiB
Width: 480 | Height: 480 | Size: 8.4 KiB