Merge branch 'develop' into luke/kill-mimage-fixupheight

This commit is contained in:
Luke Barnard 2018-05-21 17:15:54 +01:00
commit e9ae3de00f
11 changed files with 146 additions and 15 deletions

View file

@ -1,5 +1,6 @@
/*
Copyright 2015, 2016 OpenMarket Ltd
Copyright 2018 New Vector Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -210,6 +211,7 @@ export default class extends React.Component {
});
}).done();
}
this.fixupHeight();
this._afterComponentDidMount();
}