mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 11:59:19 +00:00
Update Donate Icon for Patreon and other regular wallets
This commit is contained in:
@ -205,7 +205,7 @@ class ProductAdapter(private val callbacks: Callbacks, private val columns: Int)
|
||||
|
||||
override val iconResId: Int
|
||||
get() = when (donate) {
|
||||
is Product.Donate.Regular -> R.drawable.ic_public
|
||||
is Product.Donate.Regular -> R.drawable.ic_donate_regular
|
||||
is Product.Donate.Bitcoin -> R.drawable.ic_donate_bitcoin
|
||||
is Product.Donate.Litecoin -> R.drawable.ic_donate_litecoin
|
||||
is Product.Donate.Flattr -> R.drawable.ic_donate_flattr
|
||||
|
Reference in New Issue
Block a user