Update uYouPlusSettings.xm
This commit is contained in:
parent
e03a66cb45
commit
e8964159c5
1 changed files with 0 additions and 5 deletions
|
|
@ -207,11 +207,6 @@ extern NSBundle *uYouPlusBundle();
|
|||
accessibilityIdentifier:nil
|
||||
detailTextBlock:nil
|
||||
selectBlock:^BOOL (YTSettingsCell *cell, NSUInteger arg1) {
|
||||
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
||||
activityIndicator.color = [UIColor labelColor];
|
||||
[activityIndicator startAnimating];
|
||||
[cell addSubview:activityIndicator];
|
||||
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
[[NSFileManager defaultManager] removeItemAtPath:cachePath error:nil];
|
||||
|
|
|
|||
Loading…
Reference in a new issue