mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 06:31:52 +00:00
Merge pull request #81 from euquiq/fix-gps-sim-exit-while-transmitting-freeze
GPS SIMULATOR EXIT ON PLAY FIX
This commit is contained in:
@@ -234,6 +234,8 @@ GpsSimAppView::~GpsSimAppView() {
|
|||||||
void GpsSimAppView::on_hide() {
|
void GpsSimAppView::on_hide() {
|
||||||
// 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.
|
||||||
|
if( is_active() )
|
||||||
|
stop(false);
|
||||||
waterfall.on_hide();
|
waterfall.on_hide();
|
||||||
View::on_hide();
|
View::on_hide();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user