Skip to content

Commit 9703eef

Browse files
committed
Fix applicationDidEnterBackground not being called
1 parent a5a3d37 commit 9703eef

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/react-native/Libraries/AppDelegate/RCTAppDelegate.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ - (void)loadReactNativeWindow:(NSDictionary *)launchOptions
8484
[_window makeKeyAndVisible];
8585
}
8686

87-
- (void)applicationDidEnterBackground:(UIApplication *)application
88-
{
89-
// Noop
90-
}
91-
9287
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
9388
{
9489
[NSException raise:@"RCTBridgeDelegate::sourceURLForBridge not implemented"

0 commit comments

Comments
 (0)