Reenable layout animations
This commit is contained in:
parent
e0b5030f6a
commit
45042661c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue