We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6918608 commit a54f78cCopy full SHA for a54f78c
Source/View Controllers/Comic List/ComicListViewController.m
@@ -81,6 +81,11 @@ - (void)viewDidAppear:(BOOL)animated {
81
[super viewDidAppear:animated];
82
83
[[GTTracker sharedInstance] sendScreenEventWithTitle:@"Comic List"];
84
+
85
+ // Clear the app badge here, as we can be reasonably sure at this point anything new
86
+ // will have been seen, and we won't run into annoying issues related to the app
87
+ // life-cycle that we've experienced before.
88
+ [UIApplication sharedApplication].applicationIconBadgeNumber = 0;
89
}
90
91
- (void)viewWillLayoutSubviews {
0 commit comments