Skip to content

Commit 6ba68d9

Browse files
author
Mike Amaral
committed
More cleanup.
1 parent a54f78c commit 6ba68d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/App Delegate/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3030
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
3131
self.window.backgroundColor = [UIColor whiteColor];
3232

33-
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;
33+
application.applicationIconBadgeNumber = 0;
3434

3535
[ThemeManager setupTheme];
3636

0 commit comments

Comments
 (0)