From 4773d91c128985bb67e93cc683921aadbce4f119 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 1 Dec 2015 15:28:35 +0100 Subject: [PATCH] UICompositeView.m: really hide side menu (collision with animations) --- Classes/LinphoneUI/UICompositeView.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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