Skip to content
Snippets Groups Projects
Unverified Commit 1d339af8 authored by Erwin Ried's avatar Erwin Ried Committed by GitHub
Browse files

Merge pull request #81 from euquiq/fix-gps-sim-exit-while-transmitting-freeze

GPS SIMULATOR EXIT ON PLAY FIX
parents 704c5de2 77b56810
No related branches found
No related tags found
No related merge requests found
...@@ -234,6 +234,8 @@ GpsSimAppView::~GpsSimAppView() { ...@@ -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();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment