You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NullReferenceException when push notification handler hasn't been registered.
When a push was received without a handler, we would previously crash. This doesn't exist as an issue on other platforms, as we use other notification delivery systems there.
Fixes#27.
0 commit comments