From 3f4fd3b5d4f1e71c96cc6584c398d4f1c0624815 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 22 Nov 2023 02:32:35 +0300 Subject: Cleanup warnings --- Juick/AppDelegate.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Juick/AppDelegate.m') 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 -- cgit v1.2.3