Commit d4edc5a07b3817886e622842603cfb9972ba4a83
1 parent
3a9b7a85
0.4.4
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveCMineModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCMineModule' | 10 | s.name = 'CNLiveCMineModule' |
| 11 | - s.version = '0.4.3' | 11 | + s.version = '0.4.4' |
| 12 | s.summary = '网家家C端个人中心' | 12 | s.summary = '网家家C端个人中心' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCMineModule/Classes/CNCMine/ViewController/CNLiveMineVC.m
| @@ -101,7 +101,6 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne | @@ -101,7 +101,6 @@ static NSString *const CNSobotNotification_NewMessage = @"CNSobotNotification_Ne | ||
| 101 | self.bgScrollView.contentSize = CGSizeMake(kScreenWidth, self.versionLabel.bottom + DS_adapt_length(8)); | 101 | self.bgScrollView.contentSize = CGSizeMake(kScreenWidth, self.versionLabel.bottom + DS_adapt_length(8)); |
| 102 | [self getTaskList]; | 102 | [self getTaskList]; |
| 103 | [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(addTolks) name:CNSobotNotification_NewMessage object:nil]; | 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 | - (void)viewWillAppear:(BOOL)animated | 106 | - (void)viewWillAppear:(BOOL)animated |