marinofaggiana 5 жил өмнө
parent
commit
ead6a8fc2c

+ 1 - 1
iOSClient/Main/CCMain.m

@@ -321,7 +321,7 @@
         self.viewSectionWebViewHeight.constant = CCUtility.getViewSectionWebViewHeight;
         [self.mainChangeHeightWebView setHidden:false];
     } else {
-        self.viewSectionWebViewHeight.constant = 10;
+        self.viewSectionWebViewHeight.constant = 0;
         [self.mainChangeHeightWebView setHidden:true];
     }
 }