mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-13 20:41:28 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
c841067834
commit
759d13aa6c
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ extern NSBundle *uYouPlusBundle();
|
|||
UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium];
|
||||
activityIndicator.color = [UIColor labelColor];
|
||||
[activityIndicator startAnimating];
|
||||
[cell setAccessoryView:activityIndicator];
|
||||
[cell addSubview:activityIndicator];
|
||||
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
|
|
|
|||
Loading…
Reference in a new issue