Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
anandwana001 committed Nov 28, 2024
1 parent ab0fa5a commit dae91b2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ class OfflineAreaSelectorFragment : AbstractMapContainerFragment() {
AppTheme {
DownloadProgressDialog(
progress = progress.value,

Check warning on line 89 in ground/src/main/java/com/google/android/ground/ui/offlineareas/selector/OfflineAreaSelectorFragment.kt

View check run for this annotation

Codecov / codecov/patch

ground/src/main/java/com/google/android/ground/ui/offlineareas/selector/OfflineAreaSelectorFragment.kt#L89

Added line #L89 was not covered by tests
// TODO - Add Download Cancel Feature
// https://github.com/google/ground-android/issues/2884
onDismiss = { openAlertDialog.value = false },
)
}

Check warning on line 94 in ground/src/main/java/com/google/android/ground/ui/offlineareas/selector/OfflineAreaSelectorFragment.kt

View check run for this annotation

Codecov / codecov/patch

ground/src/main/java/com/google/android/ground/ui/offlineareas/selector/OfflineAreaSelectorFragment.kt#L92-L94

Added lines #L92 - L94 were not covered by tests
Expand Down

0 comments on commit dae91b2

Please sign in to comment.