We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9464d59 commit aa87efbCopy full SHA for aa87efb
shared-ui/src/commonMain/composeResources/drawable/venue-map-1.jpg
467 KB
shared/src/commonMain/kotlin/co/touchlab/droidcon/Constants.kt
@@ -10,7 +10,7 @@ object Constants {
10
* When time zone is changed, generate a new hash by running `md5 -s "${timeZoneString}|${Sessionize.scheduleId}"` in command line
11
*/
12
val conferenceTimeZoneHash = "7f5ba3fbad43896bad6847f6e8c662ac"
13
- val showVenueMap: Boolean = false
+ val showVenueMap: Boolean = true
14
15
object Firestore {
16
0 commit comments