Fixes correct saving of UnifiedPush endpoints

This commit is contained in:
Vitor Pamplona 2024-08-27 17:37:53 -04:00
parent 2f444e6ec5
commit 1a9d91cdc0

View File

@ -42,9 +42,8 @@ object PushDistributorHandler : PushDistributorActions {
private val unifiedPush: UnifiedPush = UnifiedPush
private var endpointInternal = ""
val endpoint = endpointInternal
fun getSavedEndpoint() = endpoint
fun getSavedEndpoint() = endpointInternal
fun setEndpoint(newEndpoint: String) {
endpointInternal = newEndpoint