|
|
@@ -558,10 +558,8 @@
|
|
|
- (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];
|
|
|
-// });
|
|
|
+ //[self removeNewIndicator];
|
|
|
+ [self removeNewIndicatorHaveStr];
|
|
|
}
|
|
|
|
|
|
- (void)searchFileListFun
|
|
|
@@ -576,13 +574,15 @@
|
|
|
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:searchFileListBeginNotification object:dict];/*发送通知*/
|
|
|
|
|
|
- [self showNewIndicatorWithCanBack:YES canTouch:NO];
|
|
|
+ //[self showNewIndicatorWithCanBack:YES canTouch:NO];
|
|
|
+ [self showNewIndicatorHaveStrWithCanBack:YES canTouch:NO showText:NSLocalizedString(@"common_loading_tip",nil)];
|
|
|
|
|
|
}
|
|
|
|
|
|
- (void)searchFileListDoneFun:(NSNotification*)notification
|
|
|
{
|
|
|
- [self removeNewIndicator];
|
|
|
+ //[self removeNewIndicator];
|
|
|
+ [self removeNewIndicatorHaveStr];
|
|
|
|
|
|
NSDictionary *dataDict = [notification object];
|
|
|
|