Explorar o código

偶现后台回来点击首页无效问题

huangxiaodong hai 3 meses
pai
achega
538be6ef40
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      创维盒子/code/NAS/NASViewController.m

+ 2 - 1
创维盒子/code/NAS/NASViewController.m

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