mirror of https://github.com/vector-im/riot-web
parent
b257c25c2c
commit
9a2036c212
|
@ -81,15 +81,15 @@ export default class CallViewForRoom extends React.Component<IProps, IState> {
|
|||
|
||||
private onResizeStart = () => {
|
||||
this.props.resizeNotifier.startResizing();
|
||||
}
|
||||
};
|
||||
|
||||
private onResize = () => {
|
||||
this.props.resizeNotifier.notifyTimelineHeightChanged();
|
||||
}
|
||||
};
|
||||
|
||||
private onResizeStop = () => {
|
||||
this.props.resizeNotifier.stopResizing();
|
||||
}
|
||||
};
|
||||
|
||||
public render() {
|
||||
if (!this.state.call) return null;
|
||||
|
|
Loading…
Reference in New Issue