Browse Source

1.app页面显示逻辑修改

huangxiaodong 6 months ago
parent
commit
1ce2ba65c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      创维盒子/code/NAS/NasPreviewAPPViewController.m

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

@@ -644,7 +644,7 @@
 {
     self.appInstallTypeV.hidden = !isDefaultTabType;
     
-    if (isSecondTabType) {
+    if (!isDefaultTabType || isSecondTabType) {
         _curInstalledAppListMod = _getUninstalledAppListMod;
     }
     else{