Commit a438e655 by Sebastián Katzer

Decrease badge number on cancel

parent ebbfc4d0
......@@ -285,6 +285,9 @@
[[UIApplication sharedApplication]
cancelLocalNotification:notification];
[UIApplication sharedApplication]
.applicationIconBadgeNumber -= 1;
}
/**
......
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