Co-authored-by: Germain <germain@souquet.com>
This commit is contained in:
Š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

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);
};