OneSignal / OneSignal-Flutter-SDK

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

Fix crash when using action buttons in Android #743

Closed emawby closed 1 year ago

emawby commented 1 year ago

Description

One Line Summary

Fix crash in Android when receiving a notification with action buttons.

Details

We were converting the ActionButtons to a map so we could not bridge to dart from Android native Fixes https://github.com/OneSignal/OneSignal-Android-SDK/issues/1815

Motivation

fix crash

Scope

android push notifications

Testing

Manual testing

tested with Android push and iOS push

Affected code checklist

Checklist

Overview

Testing

Final pass


This change is Reviewable