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 0388728 commit e600d9cCopy full SHA for e600d9c
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 = false
14
15
object Firestore {
16
0 commit comments