Commit db4b0a28 by Sebastián Katzer

Fix NSInvalidArgumentException

parent 679c750d
......@@ -579,8 +579,7 @@
for (UILocalNotification* notification in notifications)
{
NSString* notId = [[notification.userInfo objectForKey:@"id"]
stringValue];
NSString* notId = [notification.userInfo objectForKey:@"id"];
if ([notId isEqualToString:id]) {
return notification;
......
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