Commit db4b0a28 by Sebastián Katzer

Fix NSInvalidArgumentException

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