Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439

Fade Call View Buttons after `componentDidMount`
This commit is contained in:
Dariusz Niemczyk
2021-08-08 19:54:31 +02:00
committed by GitHub

View File

@@ -153,6 +153,7 @@ export default class CallView extends React.Component<IProps, IState> {
public componentDidMount() {
this.dispatcherRef = dis.register(this.onAction);
document.addEventListener('keydown', this.onNativeKeyDown);
this.showControls();
}
public componentWillUnmount() {