mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
Stop replay before exiting Replay app, to avoid freeze.
This commit is contained in:
parent
acbb100d64
commit
f2886715ce
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ ReplayAppView::~ReplayAppView() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ReplayAppView::on_hide() {
|
void ReplayAppView::on_hide() {
|
||||||
|
stop(false);
|
||||||
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
|
// TODO: Terrible kludge because widget system doesn't notify Waterfall that
|
||||||
// it's being shown or hidden.
|
// it's being shown or hidden.
|
||||||
waterfall.on_hide();
|
waterfall.on_hide();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue