Co-authored-by: Germain <germain@souquet.com>
pull/21833/head
Šimon Brandner 2021-07-26 10:34:59 +02:00 committed by GitHub
parent 3287d51b17
commit 1d629f2557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export default class IncomingCallToast extends React.Component<IProps, IState> {
};
}
componentDidMount = () => {
public componentDidMount = (): void => {
CallHandler.sharedInstance().addListener(CallHandlerEvent.SilencedCallsChanged, this.onSilencedCallsChanged);
};