Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not calling delegate events if nil or if we're consuming the notification #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Dec 25, 2020

  1. not calling delegate events if nil or if we're consuming the notifica…

    …tion
    
    THIS MEANS WE DO NOT ALLOW 2 HANDLERS FOR UNCalendarNotificationTrigger TRIGGERS
    souly1 authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    ffb79d3 View commit details
    Browse the repository at this point in the history
  2. Update APPLocalNotification.m

    souly1 authored Dec 25, 2020
    Configuration menu
    Copy the full SHA
    3e2cb3a View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. returned verify not notification trigger

    better safe than sorry.
    put back  ```&& ![toast.trigger isKindOfClass:UNCalendarNotificationTrigger.class]```
    If someone will have an issue with it we can change...
    souly1 authored Jan 1, 2021
    Configuration menu
    Copy the full SHA
    c7ee8e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    23b8415 View commit details
    Browse the repository at this point in the history