mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +00:00
Update AppIconOptionsController.m
This commit is contained in:
parent
789c0c3534
commit
fc22019286
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
#import "AppIconOptionsController.h"
|
#import "AppIconOptionsController.h"
|
||||||
#import "uYouPlusSettings.h"
|
|
||||||
#import <YouTubeHeader/YTAssetLoader.h>
|
#import <YouTubeHeader/YTAssetLoader.h>
|
||||||
|
|
||||||
@interface AppIconOptionsController () <UITableViewDataSource, UITableViewDelegate>
|
@interface AppIconOptionsController () <UITableViewDataSource, UITableViewDelegate>
|
||||||
|
|
@ -120,7 +119,6 @@
|
||||||
- (void)saveIcon {
|
- (void)saveIcon {
|
||||||
if (![UIApplication sharedApplication].supportsAlternateIcons) {
|
if (![UIApplication sharedApplication].supportsAlternateIcons) {
|
||||||
NSLog(@"Alternate icons are not supported on this device.");
|
NSLog(@"Alternate icons are not supported on this device.");
|
||||||
[[GOOHUDManagerInternal sharedInstance] showMessageMainThread:[YTHUDMessage messageWithText:NSLocalizedString(@"ERROR: Alternate icons are not supported on this device.", nil)]];
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue