Merge pull request #3877 from element-hq/feature/bma/fixUnifiedPushUnregister

Fix unified push unregister
This commit is contained in:
Benoit Marty 2024-11-15 17:25:07 +01:00 committed by GitHub
commit bb69e1e9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 243 additions and 108 deletions

View file

@ -93,7 +93,7 @@ class NotificationSettingsPresenter @Inject constructor(
LaunchedEffect(refreshPushProvider) {
val p = pushService.getCurrentPushProvider()
val name = p?.getCurrentDistributor(matrixClient)?.name
val name = p?.getCurrentDistributor(matrixClient.sessionId)?.name
currentDistributorName = if (name != null) {
AsyncData.Success(name)
} else {