mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Avoid potential Google Play Store ban
This commit is contained in:
@ -121,7 +121,8 @@ class _PushNotificationsConfigurationRouteState
|
||||
break;
|
||||
|
||||
case PushNotificationsStatus.INDEPENDENT:
|
||||
await IndependentPushNotificationsHelper.preConfigure();
|
||||
if (await IndependentPushNotificationsHelper.needPreConfiguration())
|
||||
await IndependentPushNotificationsHelper.preConfigure(context);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user