Reduces default zap amounts due to the change of bitcoin price

This commit is contained in:
Vitor Pamplona
2024-05-13 13:22:58 -04:00
parent 314531e938
commit 9ad62ef263

View File

@@ -148,7 +148,7 @@ val DefaultReactions =
"\uD83D\uDE31",
)
val DefaultZapAmounts = listOf(500L, 1000L, 5000L)
val DefaultZapAmounts = listOf(100L, 500L, 1000L)
fun getLanguagesSpokenByUser(): Set<String> {
val languageList = ConfigurationCompat.getLocales(Resources.getSystem().getConfiguration())