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

Fixes #2926 - Notification bar (restart dialog) for crashes does not dismiss #2930

Merged
merged 1 commit into from
Aug 4, 2016
Merged

Fixes #2926 - Notification bar (restart dialog) for crashes does not dismiss #2930

merged 1 commit into from
Aug 4, 2016

Conversation

willy-b
Copy link
Contributor

@willy-b willy-b commented Aug 4, 2016

@luixxiul
Copy link
Contributor

luixxiul commented Aug 4, 2016

Wow, thanks for the quick patch!

@willy-b
Copy link
Contributor Author

willy-b commented Aug 4, 2016

NP, thanks to everyone for running such an open project :-D

}
})
}
ipcMain.once(messages.NOTIFICATION_RESPONSE, notificationResponseCallback)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch! may be simpler to change this to ipcMain.on and then call ipcMain.removeListener when message === locale.translation('unexpectedErrorWindowReload')

Copy link
Contributor Author

@willy-b willy-b Aug 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto! opened a PR to switch to ipcMain.removeListener and I agree this way is much simpler. thanks :-)

@bbondy
Copy link
Member

bbondy commented Aug 4, 2016

Thanks! I'll pull this in since I'm running RC builds now, but feel free to do a follow up for Yan's comment.

@bbondy bbondy merged commit 140d534 into brave:master Aug 4, 2016
@luixxiul luixxiul added this to the 0.11.2dev milestone Aug 5, 2016
@willy-b
Copy link
Contributor Author

willy-b commented Aug 5, 2016

Whoops, somehow missed notifications for this PR! (I always prefer web to apps, but I think I may need a GitHub app of some kind for notifications to keep up with Brave :-D)

The follow up PR for Yan's comment is open: #2995.

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

Successfully merging this pull request may close these issues.

4 participants