Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Sep 8, 2023
1 parent 56e2142 commit 46c86e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ internal constructor(
val bounds = newCameraPosition.bounds
val zoomLevel = newCameraPosition.zoomLevel
if (bounds == null || zoomLevel == null) return
if (zoomLevel < MIN_DOWNLOFix AD_ZOOM_LEVEL) {
if (zoomLevel < MIN_DOWNLOAD_ZOOM_LEVEL) {
onLargeAreaSelected()
return
}
Expand Down

0 comments on commit 46c86e7

Please sign in to comment.