marinofaggiana 5 år sedan
förälder
incheckning
ead6a8fc2c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      iOSClient/Main/CCMain.m

+ 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];
     }
 }