Skip to content

Commit

Permalink
[Fabric] Fixes bundle url reset logic
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Mar 27, 2024
1 parent 59a43e6 commit 8853464
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 8853464

Please sign in to comment.