summaryrefslogtreecommitdiff
path: root/Juick/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r--Juick/AppDelegate.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m
index dbd7734..1a4e37b 100644
--- a/Juick/AppDelegate.m
+++ b/Juick/AppDelegate.m
@@ -6,7 +6,7 @@
// Copyright (c) 2013 com.juick. All rights reserved.
//
-#import "MessagesViewController.h"
+#import "ThreadViewController.h"
#import "LoginViewController.h"
#import "Message.h"
@@ -58,7 +58,6 @@
[[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]];
- [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault;
#if !TARGET_IPHONE_SIMULATOR
[self registerForRemoteNotifications];
#endif