OneSignal / OneSignal-Xamarin-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Xamarin app with OneSignal. https://onesignal.com
Other
105 stars 50 forks source link

[Fix] Null pointer exception on opening notification with action buttons #294

Closed tanaynigam closed 2 years ago

tanaynigam commented 2 years ago

Description

One Line Summary

Fix null pointer exception on opening notifications with action buttons

Details

Motivation

Fixes bug where opening a notification with action buttons would sometimes cause a crash and throw a null pointer exception.

Scope

Testing

Manual testing

Affected code checklist

Checklist

Overview

Testing

Final pass


This change is Reviewable