UnifiedPush: unregister the application using the correct instance.
This commit is contained in:
committed by
Benoit Marty
parent
45e258e697
commit
1f3a0eb698
@@ -41,7 +41,7 @@ class DefaultUnregisterUnifiedPushUseCase @Inject constructor(
|
||||
.onSuccess {
|
||||
unifiedPushStore.storeUpEndpoint(clientSecret, null)
|
||||
unifiedPushStore.storePushGateway(clientSecret, null)
|
||||
UnifiedPush.unregisterApp(context)
|
||||
UnifiedPush.unregisterApp(context, clientSecret)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user