0010414: Ios Build 2.1 (3) Probléme d'affichage de la ligne de notification d'écriture du correspondant.

This commit is contained in:
Christophe Deschamps 2022-09-05 18:58:11 +02:00 committed by Christophe Deschamps
parent 8a47583130
commit 62f7d8a620

View file

@ -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];
}
}
}