Skip to content

Commit

Permalink
[iOS] RNTester: Fixe crash when app back to background
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Dec 24, 2024
1 parent 17a644a commit 59041c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/rn-tester/RNTester/AppDelegate.mm
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}

- (void)applicationDidEnterBackground:(UIApplication *)application
{
[super applicationDidEnterBackground:application];
}

- (NSDictionary *)prepareInitialProps
{
NSMutableDictionary *initProps = [NSMutableDictionary new];
Expand Down

0 comments on commit 59041c9

Please sign in to comment.