Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Date parameter is ignored in [LNNotification notificationWithMessage:title:icon:date:] #47

Closed
dr-mobiblocks opened this issue Jun 24, 2016 · 1 comment

Comments

@dr-mobiblocks
Copy link

+ (instancetype)notificationWithMessage:(NSString*)message title:(NSString*)title icon:(UIImage*)icon date:(NSDate*)date
{
    return [[LNNotification alloc] initWithMessage:message title:title icon:icon date:[NSDate date]]; // <---- date not passed
}
@LeoNatan
Copy link
Owner

Good catch, thanks! Want to submit a PR with a fix?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants