Explorar el Código

1.app页面显示逻辑修改

huangxiaodong hace 6 meses
padre
commit
1ce2ba65c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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{