Skip to content

Commit

Permalink
Update RNFBMessaging+NSNotificationCenter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Beat-YT committed Aug 17, 2024
1 parent f01d708 commit 81be1e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ - (void)application_onDidFinishLaunchingNotification:(nonnull NSNotification *)n
if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground) {
isHeadless = YES;
if (rctRootView != nil) {

NSMutableDictionary *appPropertiesDict = rctRootView.appProperties != nil
? [rctRootView.appProperties mutableCopy]
: [NSMutableDictionary dictionary];
Expand Down

0 comments on commit 81be1e1

Please sign in to comment.