|
@@ -371,6 +371,7 @@
|
|
|
}
|
|
|
|
|
|
self.defaultDiskPath = pathStr;
|
|
|
+ _curNASFilePicModel = nil;
|
|
|
[self getFileListFun:NO];
|
|
|
[self setTitleAfterGetdiskFun];
|
|
|
[self hideDiskListVieFun];
|
|
@@ -1311,12 +1312,4 @@
|
|
|
[self.dataCollectionView reloadData];
|
|
|
}
|
|
|
|
|
|
-- (void)delayedGetFileListFun{
|
|
|
- KWeakSelf
|
|
|
- dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
- //[self getFileListFun];
|
|
|
- });
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
@end
|