Skip to content

Commit

Permalink
Fix OfflineActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Apr 25, 2024
1 parent 760c997 commit e9a129c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class OfflineActivity : AppCompatActivity(), DownloadRegionDialogListener {
private var downloadRegion: Button? = null
private var listRegions: Button? = null
private var isEndNotified = false
val STYLE_URL: String
get() = Style.getPredefinedStyle("Streets")

/*
* Offline objects
Expand Down Expand Up @@ -312,8 +314,5 @@ class OfflineActivity : AppCompatActivity(), DownloadRegionDialogListener {
// JSON encoding/decoding
val JSON_CHARSET = Charsets.UTF_8
const val JSON_FIELD_REGION_NAME = "FIELD_REGION_NAME"

// Style URL
val STYLE_URL = Style.getPredefinedStyle("Streets")
}
}

0 comments on commit e9a129c

Please sign in to comment.