Reduces default zap amounts due to the change of bitcoin price
This commit is contained in:
@@ -148,7 +148,7 @@ val DefaultReactions =
|
|||||||
"\uD83D\uDE31",
|
"\uD83D\uDE31",
|
||||||
)
|
)
|
||||||
|
|
||||||
val DefaultZapAmounts = listOf(500L, 1000L, 5000L)
|
val DefaultZapAmounts = listOf(100L, 500L, 1000L)
|
||||||
|
|
||||||
fun getLanguagesSpokenByUser(): Set<String> {
|
fun getLanguagesSpokenByUser(): Set<String> {
|
||||||
val languageList = ConfigurationCompat.getLocales(Resources.getSystem().getConfiguration())
|
val languageList = ConfigurationCompat.getLocales(Resources.getSystem().getConfiguration())
|
||||||
|
|||||||
Reference in New Issue
Block a user