(cherry picked from commit 66a8f8a55f)
Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
This commit is contained in:
parent
0112b96366
commit
4d027f4e6e
1 changed files with 3 additions and 1 deletions
|
|
@ -172,7 +172,9 @@ public class CustomPushNotification extends PushNotification {
|
|||
break;
|
||||
}
|
||||
|
||||
notifyReceivedToJS();
|
||||
if (mAppLifecycleFacade.isReactInitialized()) {
|
||||
notifyReceivedToJS();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue