UnifiedPush: unregister the application using the correct instance.
This commit is contained in:
parent
5d8d399b09
commit
9f5a8a3497
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class DefaultUnregisterUnifiedPushUseCase @Inject constructor(
|
|||
.onSuccess {
|
||||
unifiedPushStore.storeUpEndpoint(clientSecret, null)
|
||||
unifiedPushStore.storePushGateway(clientSecret, null)
|
||||
UnifiedPush.unregisterApp(context)
|
||||
UnifiedPush.unregisterApp(context, clientSecret)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue