feat: wire safe opt-in map downloads

This commit is contained in:
torlando-agent[bot]
2026-08-07 01:34:30 +00:00
parent 8e0b603e11
commit f55b54eec0
16 changed files with 251 additions and 9 deletions
@@ -314,6 +314,7 @@ MapTileSlot::State MapScreenPresenter::stateFor(MapTileLoadResult result) {
return MapTileSlot::STORAGE_UNAVAILABLE;
case MapTileLoadResult::INVALID_PNG: return MapTileSlot::INVALID_PNG;
case MapTileLoadResult::TOO_LARGE: return MapTileSlot::TOO_LARGE;
case MapTileLoadResult::DOWNLOAD_FAILED: return MapTileSlot::IO_ERROR;
case MapTileLoadResult::IO_ERROR: return MapTileSlot::IO_ERROR;
}
return MapTileSlot::IO_ERROR;