Skip to content

Commit c7520de

Browse files
committed
chore: cleanup
1 parent 16140f3 commit c7520de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void RCTAppSetupPrepareApp(UIApplication *application, BOOL turboModuleEnabled)
7474
classNames = dependencyProvider ? dependencyProvider.imageDataDecoderClassNames : @[];
7575
} else if (protocol == @protocol(RCTURLRequestHandler)) {
7676
classNames = dependencyProvider ? dependencyProvider.URLRequestHandlerClassNames : @[];
77-
} else if (protocol = @protocol(RCTBundleConsumer)) {
77+
} else if (protocol == @protocol(RCTBundleConsumer)) {
7878
classNames = dependencyProvider ? dependencyProvider.bundleConsumerClassNames : @[];
7979
}
8080

0 commit comments

Comments
 (0)