android: Use libnx default icon
Credit to jaames for the original icon
This commit is contained in:
parent
8b4c5a9939
commit
6549348656
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB |
Reference in New Issue