mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-15 15:40:44 +00:00
Fix return value in AppDelegate
This commit is contained in:
@@ -142,6 +142,7 @@
|
||||
- (BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
[self customizeAppearance];
|
||||
return YES;
|
||||
}
|
||||
|
||||
// 全局样式设置
|
||||
|
Reference in New Issue
Block a user