Forráskód Böngészése

1.app列表点击未安装APP时 判断是否要显示loading

huangxiaodong 5 hónapja%!(EXTRA string=óta)
szülő
commit
426cbd2894
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      创维盒子/code/NAS/NasPreviewAPPViewController.m

+ 4 - 1
创维盒子/code/NAS/NasPreviewAPPViewController.m

@@ -1422,6 +1422,9 @@
 //        _curInstalledAppListMod = _getUninstalledAppListMod;
 //        self.curEditTypeBottomView.isCanDeleteType = YES;
         isSecondTabType = YES;
+        if (!_getUninstalledAppListMod) {
+            [self showNewIndicatorHaveStrWithCanBack:YES canTouch:NO showText:NSLocalizedString(@"common_loading_tip",nil)];
+        }
     }
     
     //[_tableView reloadData];
@@ -1438,7 +1441,7 @@
 #pragma mark 弹框二次确认安装到TV
 - (void)showInstallTVAlearViewFun
 {
-    NSInteger  selectNum = _didSelectListArr.count;
+    //NSInteger  selectNum = _didSelectListArr.count;
     
     NSString *titleStr = NSLocalizedString(@"alert_install_TV_title",nil);
     NSString *tipStr1 = NSLocalizedString(@"alert_install_TV_msg_1",nil);