Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove only the intended listener, not all listeners #8

Closed
rlsutton1 opened this issue Sep 24, 2019 · 1 comment
Closed

Remove only the intended listener, not all listeners #8

rlsutton1 opened this issue Sep 24, 2019 · 1 comment

Comments

@rlsutton1
Copy link
Contributor

In callscreen.dart

_removeEventListeners() {
helper.off('callState');
}

should read

_removeEventListeners() {
helper.remove('callState', _handleCalllState);
}

cloudwebrtc added a commit that referenced this issue Sep 24, 2019
@cloudwebrtc
Copy link
Member

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants