mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-16 23:00:55 +00: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
@ -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…
x
Reference in New Issue
Block a user