Commit d4edc5a07b3817886e622842603cfb9972ba4a83
1 parent
3a9b7a85
0.4.4
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCMine/ViewController/CNLiveMineVC.m
| ... | ... | @@ -101,7 +101,6 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne |
| 101 | 101 | self.bgScrollView.contentSize = CGSizeMake(kScreenWidth, self.versionLabel.bottom + DS_adapt_length(8)); |
| 102 | 102 | [self getTaskList]; |
| 103 | 103 | [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(addTolks) name:CNSobotNotification_NewMessage object:nil]; |
| 104 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getTaskList) name:UIApplicationDidBecomeActiveNotification object:nil]; | |
| 105 | 104 | } |
| 106 | 105 | |
| 107 | 106 | - (void)viewWillAppear:(BOOL)animated | ... | ... |