Fix layout of chat conversation upon rotation

This commit is contained in:
Christophe Deschamps 2022-11-08 18:02:45 +01:00 committed by Christophe Deschamps
parent d326b7f56e
commit 555428d62d

View file

@ -347,6 +347,8 @@ static UICompositeViewDescription *compositeDescription = nil;
[_tableController scrollToBottom:true];
[self refreshImageDrawer];
[self stopAllPlays];
[self setIdleChatFrame];
[self keyboardWillHide:nil];
}