Skip to content

Commit dd9992a

Browse files
authored
Review
1 parent 526c4ca commit dd9992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInAppMessaging/Sources/DefaultUI/FIRIAMDefaultDisplayImpl.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ + (NSBundle *)getViewResourceBundle {
9292
NSBundle *containingBundle;
9393
NSURL *bundleURL;
9494
// The containing bundle is different whether FIAM is statically or dynamically linked.
95-
for (containingBundle in [bundles copy]) {
95+
for (containingBundle in bundles) {
9696
bundleURL = [containingBundle URLForResource:bundledResource withExtension:@"bundle"];
9797
if (bundleURL != nil) break;
9898
}

0 commit comments

Comments
 (0)