Skip to content

Commit

Permalink
开屏bug修改
Browse files Browse the repository at this point in the history
  • Loading branch information
fengchuanxiang committed Dec 18, 2016
1 parent 1c2fa8e commit 495e9c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AppDelegate+BS.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ - (BOOL)fcx_application:(UIApplication *)application didFinishLaunchingWithOptio
//app已经进入后台后
- (void)fcx_applicationDidEnterBackground:(UIApplication *)application {
self.enterBackgroundDate = [NSDate date];
[self fcx_applicationDidEnterBackground:application];
}

//app将要进入前台
Expand All @@ -43,6 +44,7 @@ - (void)fcx_applicationWillEnterForeground:(UIApplication *)application {
[self setupBaiduSplash];
}
}
[self fcx_applicationWillEnterForeground:application];
}

- (void)setupBaiduSplash {
Expand Down
2 changes: 2 additions & 0 deletions AppDelegate+GS.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ - (BOOL)fcx_application:(UIApplication *)application didFinishLaunchingWithOptio
//app已经进入后台后
- (void)fcx_applicationDidEnterBackground:(UIApplication *)application {
self.enterBackgroundDate = [NSDate date];
[self fcx_applicationDidEnterBackground:application];
}

//app将要进入前台
Expand All @@ -43,6 +44,7 @@ - (void)fcx_applicationWillEnterForeground:(UIApplication *)application {
[self setupS];
}
}
[self fcx_applicationWillEnterForeground:application];
}

- (void)setupS {
Expand Down
2 changes: 2 additions & 0 deletions AppDelegate+HalfGS.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ - (BOOL)fcx_application:(UIApplication *)application didFinishLaunchingWithOptio
//app已经进入后台后
- (void)fcx_applicationDidEnterBackground:(UIApplication *)application {
self.enterBackgroundDate = [NSDate date];
[self fcx_applicationDidEnterBackground:application];
}

//app将要进入前台
Expand All @@ -43,6 +44,7 @@ - (void)fcx_applicationWillEnterForeground:(UIApplication *)application {
[self setupS];
}
}
[self fcx_applicationWillEnterForeground:application];
}

- (void)setupS {
Expand Down

0 comments on commit 495e9c2

Please sign in to comment.