chat: scrollToBottom on mount for FF

This commit is contained in:
Matilde Park 2020-04-10 16:55:23 -04:00
parent a212a5dc69
commit 948dbe85e7

View File

@ -32,6 +32,7 @@ export class ChatScreen extends Component {
}
componentDidMount() {
this.scrollToBottom();
this.updateReadNumber();
this.askForMessages();
}