mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Stop replay before exiting Replay app, to avoid freeze.
This commit is contained in:
parent
acbb100d64
commit
f2886715ce
@ -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…
Reference in New Issue
Block a user