mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-14 02:29:56 -04:00
Merge pull request #38 from jboone/patch-1
Stop replay before exiting Replay app, to avoid freeze.
This commit is contained in:
commit
25a660138b
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue