Browse Source

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

huangxiaodong 3 months ago
parent
commit
538be6ef40
1 changed files with 2 additions and 1 deletions
  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];
 }