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
It seems like there is either a bug or an undocumented breaking change for android in version 4.2.1
On an emulator running Android API 30, after upgrading from 4.2.0 to 4.2.1, tapping the notification generated by calling postLocalNotification while the app is running appears to restart the app/activity.
This behavior is the same on the latest version 4.2.2.
Things work normally on Android API 29.
Thanks for your work on this library! Let me know if you can't reproduce this and I can try to narrow down a more specific repro :)
The text was updated successfully, but these errors were encountered:
It seems like there is either a bug or an undocumented breaking change for android in version 4.2.1
On an emulator running Android API 30, after upgrading from 4.2.0 to 4.2.1, tapping the notification generated by calling
postLocalNotification
while the app is running appears to restart the app/activity.This behavior is the same on the latest version 4.2.2.
Things work normally on Android API 29.
Thanks for your work on this library! Let me know if you can't reproduce this and I can try to narrow down a more specific repro :)
The text was updated successfully, but these errors were encountered: