소스 검색

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

huangxiaodong 3 달 전
부모
커밋
538be6ef40
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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];
 }