Reenable layout animations

This commit is contained in:
Diego Mello 2022-11-25 16:17:05 -03:00
parent e0b5030f6a
commit 45042661c5
1 changed files with 3 additions and 3 deletions

View File

@ -237,9 +237,9 @@ class ListContainer extends React.Component<IListContainerProps, IListContainerS
}
if (this.mounted) {
// if (this.animated) {
// animateNextTransition();
// }
if (this.animated) {
animateNextTransition();
}
this.setState({ messages });
} else {
// @ts-ignore