Updated on 2026-08-14
This commit is contained in:
commit
e9974b3a02
2 changed files with 1 additions and 4 deletions
|
|
@ -251,7 +251,7 @@ class SendFragment : BaseStoreFragment(R.layout.fragment_send) {
|
|||
val mainCurrency = sp.getString("mainCurrency", TapCurrency.DEFAULT_FIAT_CURRENCY)
|
||||
val foundType = MainCurrencyType.values()
|
||||
.firstOrNull { it.name.toLowerCase() == mainCurrency!!.toLowerCase() }
|
||||
?: MainCurrencyType.FIAT
|
||||
?: MainCurrencyType.CRYPTO
|
||||
return foundType
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue