marinofaggiana пре 5 година
родитељ
комит
ead6a8fc2c
1 измењених фајлова са 1 додато и 1 уклоњено
  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];
     }
 }