Skip to content

Commit 8626709

Browse files
authored
Merge pull request #194 from ellenhp/ellenhp/fix_dl_failure_status
Offline map downloads show completed when no failures occur
2 parents fe45680 + 222edcf commit 8626709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardinal-android/app/src/main/java/earth/maps/cardinal/tileserver/TileDownloadForegroundService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class TileDownloadForegroundService : Service() {
372372

373373
} catch (e: Exception) {
374374
Log.e(TAG, "Error during download", e)
375-
} finally {
375+
// Handle download failure
376376
handleDownloadCompletion(areaId, false, 0L)
377377
}
378378
}

0 commit comments

Comments
 (0)