We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54f78c commit 6ba68d9Copy full SHA for 6ba68d9
Source/App Delegate/AppDelegate.m
@@ -30,7 +30,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
30
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
31
self.window.backgroundColor = [UIColor whiteColor];
32
33
- [UIApplication sharedApplication].applicationIconBadgeNumber = 0;
+ application.applicationIconBadgeNumber = 0;
34
35
[ThemeManager setupTheme];
36
0 commit comments