Skip to content

1.9.1 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 08 Jun 23:35

Bug fixes

  • Correctly sets isActive to true when it should be when enableInAppAlertNotification is set to true.
  • Now handles switching over to a new Activity if it is finished, it implements the NotificationOpenedHandler interface, and OneSignal.init is called on the new Activity.
    • Added a TiedToCurrentActivity annotation to give the same effect as above without needing to add the NotificationOpenedHandler interface to your Activities.