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 1c5a70f commit 581f437Copy full SHA for 581f437
ios/ChangeIcon.mm
@@ -57,8 +57,8 @@ + (BOOL)requiresMainQueueSetup {
57
@catch {
58
// fallback on safe method
59
[[UIApplication sharedApplication] setAlternateIconName:newIconName completionHandler:^(NSError * _Nullable error) {
60
- return;
61
- }];
+ return;
+ }];
62
}
63
} else {
64
0 commit comments