fix: iOS push
This commit is contained in:
parent
d4b8bdd75c
commit
ab594b76c0
2 changed files with 7 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue