mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-25 15:20:31 -04:00
ADSB retrieve_record just-in-case check (#1848)
This commit is contained in:
parent
f2c008602d
commit
bc035cff6a
2 changed files with 7 additions and 0 deletions
|
@ -199,6 +199,10 @@ ADSBRxAircraftDetailsView::ADSBRxAircraftDetailsView(
|
|||
}
|
||||
break;
|
||||
|
||||
case DATABASE_RECORD_NOT_FOUND:
|
||||
// Defaults should be filled by the constructor
|
||||
break;
|
||||
|
||||
case DATABASE_NOT_FOUND:
|
||||
text_manufacturer.set("No icao24.db file");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue