[FL-1513] Fix IRDA crash (#557)

This commit is contained in:
Albert Kharisov
2021-07-02 15:46:13 +03:00
committed by GitHub
parent c388458462
commit df9a6673da
4 changed files with 19 additions and 7 deletions

View File

@@ -37,4 +37,6 @@ bool IrdaAppSceneLearn::on_event(IrdaApp* app, IrdaAppEvent* event) {
}
void IrdaAppSceneLearn::on_exit(IrdaApp* app) {
auto transceiver = app->get_transceiver();
transceiver->capture_stop();
}