|
|
@@ -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);
|