Skip to content
Snippets Groups Projects
Unverified Commit f2886715 authored by Jared Boone's avatar Jared Boone Committed by GitHub
Browse files

Stop replay before exiting Replay app, to avoid freeze.

parent acbb100d
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,7 @@ ReplayAppView::~ReplayAppView() {
}
void ReplayAppView::on_hide() {
stop(false);
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
// it's being shown or hidden.
waterfall.on_hide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment