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

feature/reward signal hotfix #111

Merged
merged 6 commits into from Jun 22, 2018
Merged
fix disconnect listener
  • Loading branch information
trickpattyFH20 committed Jun 20, 2018
commit 5886905019e14a3ba57251d780fcc6ce2abc4638
@@ -152,7 +152,7 @@ class Rewards {
}

panelHubClosedListener() {
this.panelPort.onDisconnect(() => {
this.panelPort.onDisconnect.addListener(() => {
this.sendSignal({
offerId: null,
actionId: 'hub_closed',
ProTip! Use n and p to navigate between commits in a pull request.