From 1b0cc47e9657bfbaf6025bd42f34a2438c739e7c Mon Sep 17 00:00:00 2001 From: Wongzigii Date: Sat, 22 Aug 2015 12:25:19 +0800 Subject: [PATCH] Fix return value in AppDelegate --- Leanote/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Leanote/AppDelegate.m b/Leanote/AppDelegate.m index c2a4e88..7f1c760 100755 --- a/Leanote/AppDelegate.m +++ b/Leanote/AppDelegate.m @@ -142,6 +142,7 @@ - (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [self customizeAppearance]; + return YES; } // 全局样式设置