mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
0010414: Ios Build 2.1 (3) Probléme d'affichage de la ligne de notification d'écriture du correspondant.
This commit is contained in:
parent
8a47583130
commit
62f7d8a620
1 changed files with 2 additions and 2 deletions
|
|
@ -794,9 +794,9 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
|
||||
// if we're showing the compose message, update it position
|
||||
if (![_composeLabel isHidden]) {
|
||||
CGRect frame = [_composeLabel frame];
|
||||
CGRect frame = [_composeIndicatorView frame];
|
||||
frame.origin.y -= diff;
|
||||
[_composeLabel setFrame:frame];
|
||||
[_composeIndicatorView setFrame:frame];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue