This commit is contained in:
Vitor Pamplona 2024-05-30 11:21:47 -04:00
commit c23a9f8ad6
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ object PushDistributorHandler : PushDistributorActions {
}
override fun getSavedDistributor(): String {
return unifiedPush.getDistributor(appContext)
return unifiedPush.getSavedDistributor(appContext) ?: ""
}
fun savedDistributorExists(): Boolean = getSavedDistributor().isNotEmpty()

View File

@ -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"