Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleOfDeath committed May 18, 2024
1 parent 1c5a70f commit 581f437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/ChangeIcon.mm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ + (BOOL)requiresMainQueueSetup {
@catch {
// fallback on safe method
[[UIApplication sharedApplication] setAlternateIconName:newIconName completionHandler:^(NSError * _Nullable error) {
return;
}];
return;
}];
}
} else {
[[UIApplication sharedApplication] setAlternateIconName:newIconName completionHandler:^(NSError * _Nullable error) {
Expand Down

0 comments on commit 581f437

Please sign in to comment.