|
|
@@ -555,6 +555,15 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+- (void)viewWillDisappear:(BOOL)animated{
|
|
|
+ [super viewWillDisappear:animated];
|
|
|
+
|
|
|
+ [self removeNewIndicator];
|
|
|
+// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(60.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
+// [self removeNewIndicator];
|
|
|
+// });
|
|
|
+}
|
|
|
+
|
|
|
- (void)searchFileListFun
|
|
|
{
|
|
|
NSMutableDictionary *dict = [NSMutableDictionary new];
|
|
|
@@ -569,9 +578,6 @@
|
|
|
|
|
|
[self showNewIndicatorWithCanBack:YES canTouch:NO];
|
|
|
|
|
|
-// dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(120.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
-// [self removeNewIndicator];
|
|
|
-// });
|
|
|
}
|
|
|
|
|
|
- (void)searchFileListDoneFun:(NSNotification*)notification
|