mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UICompositeView.m: really hide side menu (collision with animations)
This commit is contained in:
parent
c371e2b4da
commit
4773d91c12
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue