diff --git a/Classes/LinphoneUI/UICompositeView.m b/Classes/LinphoneUI/UICompositeView.m index c6ffbad1f..15c2a3d80 100644 --- a/Classes/LinphoneUI/UICompositeView.m +++ b/Classes/LinphoneUI/UICompositeView.m @@ -584,7 +584,8 @@ } if (!currentViewDescription.sideMenuEnabled) { - sideMenuFrame.origin.x = -sideMenuFrame.size.width; + sideMenuFrame.origin.x = + -3 * sideMenuFrame.size.width; // really hide; -width won't be enough since some animations may use this... } // Set frames