Sfoglia il codice sorgente

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

huangxiaodong 3 mesi fa
parent
commit
538be6ef40
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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];
 }