Skip to content

Commit

Permalink
Fixes bundle url reset logic (#43680)
Browse files Browse the repository at this point in the history
Summary:
Fixes bundle url reset logic

## Changelog:

[IOS] [FIXED] - [Fabric] Fixes bundle url reset logic

Pull Request resolved: #43680

Test Plan: bundle url set works.

Reviewed By: philIip

Differential Revision: D55427061

Pulled By: arushikesarwani94

fbshipit-source-id: 2b26b1f7c51281b7555a8621b97c067eadcf2db3
  • Loading branch information
zhongwuzw authored and pull[bot] committed Aug 20, 2024
1 parent b1f1418 commit 860f673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ - (instancetype)initWithBundleURL:(NSURL *)bundleURL
};

auto bundleURLSetter = ^(NSURL *bundleURL_) {
[weakSelf _setBundleURL:bundleURL];
[weakSelf _setBundleURL:bundleURL_];
};

auto defaultBundleURLGetter = ^NSURL *()
Expand Down

0 comments on commit 860f673

Please sign in to comment.