Restore receiver mode when View is displayed.

Needs refactor because on_modulation_changed() doesn't change the modulation so much as the "app" or receiver mode.
This commit is contained in:
Jared Boone 2015-12-03 20:54:18 -08:00
parent 42d13e6713
commit fbd077e91d
2 changed files with 16 additions and 0 deletions

View file

@ -362,6 +362,9 @@ public:
ReceiverView(NavigationView& nav, ReceiverModel& receiver_model);
~ReceiverView();
void on_show() override;
void on_hide() override;
void focus() override;
private: