mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Updated AppIconOptionsController Implementation
This commit is contained in:
parent
cc38d49f2e
commit
3028d73913
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
- (void)saveIcon {
|
||||
if (self.selectedIconFile) {
|
||||
[[UIApplication sharedApplication] setAlternateIconName:[self.selectedIconFile.lastPathComponent stringByDeletingPathExtension] completionHandler:^(NSError * _Nullable error){
|
||||
[[UIApplication sharedApplication] setAlternateIconName:@"logo_youtube_color60x60" completionHandler:^(NSError * _Nullable error){
|
||||
if (error) {
|
||||
NSLog(@"Error setting alternate icon: %@", error.localizedDescription);
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
|
|
|
|||
Loading…
Reference in a new issue