|
@@ -1001,7 +1001,8 @@
|
|
- (void)applicationDidBecomeActive:(NSNotification *)notification
|
|
- (void)applicationDidBecomeActive:(NSNotification *)notification
|
|
{
|
|
{
|
|
//[self beginShowAlertFun];
|
|
//[self beginShowAlertFun];
|
|
-
|
|
|
|
|
|
+ //后台回来点击首页无效问题
|
|
|
|
+ self.tableView.userInteractionEnabled = YES;
|
|
[self checkBoxHeartbeatFun];
|
|
[self checkBoxHeartbeatFun];
|
|
}
|
|
}
|
|
|
|
|