Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Sep 11, 2023
1 parent 439b0b0 commit 0517eb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ internal constructor(
offlineAreas.map { if (it.isEmpty()) View.VISIBLE else View.GONE }.toLiveData()
}

/** Navigate to the offline area selector UI from the offline basemaps UI. */
/** Navigate to the area selector for offline map imagery. */
fun showOfflineAreaSelector() {
navigator.navigate(OfflineAreasFragmentDirections.showOfflineAreaSelector())
}
Expand Down

0 comments on commit 0517eb6

Please sign in to comment.