We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56576f commit aba1fe0Copy full SHA for aba1fe0
FirebaseAppDistribution/Sources/FIRAppDistributionUIService.m
@@ -208,8 +208,8 @@ - (void)initializeUIState {
208
if (foregroundedScene) {
209
self.window = [[UIWindow alloc] initWithWindowScene:foregroundedScene];
210
} else {
211
- FIRFADErrorLog(@"No foreground scene found. Cannot display new build alert.");
212
- return;
+ FIRFADInfoLog(@"No foreground scene found.");
+ self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
213
}
214
215
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
0 commit comments