mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 09:52:05 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
175a93eef9
commit
96238f6130
1 changed files with 0 additions and 6 deletions
|
|
@ -71,12 +71,6 @@ SWITCH3(
|
|||
);
|
||||
*/
|
||||
|
||||
static void ResetNetworkSettings() {
|
||||
NSURLSession *session = [NSURLSession sharedSession];
|
||||
[session invalidateAndCancel];
|
||||
[session resetWithCompletionHandler:^{
|
||||
}];
|
||||
}
|
||||
static NSString *GetCacheSize() { // YTLite - @dayanch96
|
||||
NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;
|
||||
NSArray *filesArray = [[NSFileManager defaultManager] subpathsOfDirectoryAtPath:cachePath error:nil];
|
||||
|
|
|
|||
Loading…
Reference in a new issue