CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Update FacebookClientManager.android.cs #92

Closed bebo109 closed 2 years ago

bebo109 commented 3 years ago

If the user never subscribes to the event "OnUserData", then we should not try to invoke it. Invoking this null event, will crash the app. Simply check to see if its null, first.

Please take a moment to fill out the following:

Fixes # . 63 and 84