Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6581 from SimonBrandner/fix/stuck-buttons/18439
Browse files Browse the repository at this point in the history
Fade Call View Buttons after `componentDidMount`
  • Loading branch information
Palid authored Aug 8, 2021
2 parents 92a6049 + 96b651e commit 1e513ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/voip/CallView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1e513ee

Please sign in to comment.