Skip to content

Commit 042b264

Browse files
FIRIAMDefaultDisplayImpl: return earlier when bundleURL == nil (#3613) (#3614)
1 parent cb5aa3c commit 042b264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Firebase/InAppMessagingDisplay/FIRIAMDefaultDisplayImpl.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ + (NSBundle *)getViewResourceBundle {
6363
@"FIAM Display Resource bundle "
6464
"is missing: not contained within bundle %@",
6565
containingBundle);
66+
return;
6667
}
6768

6869
resourceBundle = [NSBundle bundleWithURL:bundleURL];

0 commit comments

Comments
 (0)