mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-24 07:20:52 +02:00
Merge branch 'main' of https://github.com/vitorpamplona/amethyst
This commit is contained in:
commit
c23a9f8ad6
@ -56,7 +56,7 @@ object PushDistributorHandler : PushDistributorActions {
|
||||
}
|
||||
|
||||
override fun getSavedDistributor(): String {
|
||||
return unifiedPush.getDistributor(appContext)
|
||||
return unifiedPush.getSavedDistributor(appContext) ?: ""
|
||||
}
|
||||
|
||||
fun savedDistributorExists(): Boolean = getSavedDistributor().isNotEmpty()
|
||||
|
@ -36,7 +36,7 @@ secp256k1KmpJniAndroid = "0.15.0"
|
||||
securityCryptoKtx = "1.1.0-alpha06"
|
||||
spotless = "6.25.0"
|
||||
translate = "17.0.2"
|
||||
unifiedpush = "2.2.0"
|
||||
unifiedpush = "2.3.1"
|
||||
urlDetector = "0.1.23"
|
||||
vico-charts = "1.14.0"
|
||||
zelory = "3.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user