Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
sohsatoh committed Oct 25, 2021
1 parent 8f707a7 commit 978396b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shared/Classes/UI/RPVInstalledViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ - (void)applicationSigningDidStart {
}

- (void)applicationSigningUpdateProgress:(int)progress forBundleIdentifier:(NSString *)bundleIdentifier {
if ([bundleIdentifier length] == 0) return;
[self.currentSigningProgress setObject:[NSNumber numberWithInt:progress] forKey:bundleIdentifier];

if (progress == 100) {
Expand Down

0 comments on commit 978396b

Please sign in to comment.