fix: iOS push

This commit is contained in:
Christian Pauly 2021-01-31 19:23:06 +01:00
commit ab594b76c0
2 changed files with 7 additions and 7 deletions

View file

@ -79,7 +79,7 @@ abstract class FirebaseController {
goToRoom(details.payload);
});
if ((await UnifiedPush.getDistributors()).isNotEmpty) {
if (!Platform.isIOS && (await UnifiedPush.getDistributors()).isNotEmpty) {
await setupUnifiedPush(clientName);
return;
}