Commit db99b475 by Sebastián Katzer

Remove obsolete code

parent a364be13
......@@ -530,20 +530,7 @@
if ([event isEqualToString:@"click"] && ![notification isRepeating])
{
[self.app cancelLocalNotification:notification];
[self fireEvent:@"cancel" notification:notification];
return;
}
if ([event isEqualToString:@"click"])
return;
timeInterval = [notification timeIntervalSinceFireDate];
if (timeInterval > 1 && [notification isRepeating])
{
[self fireEvent:@"fireUpdateEvent" notification:notification];
return;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment