Skip to content

Commit

Permalink
unbreak wearOs (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Apr 19, 2024
1 parent 3d70d71 commit f3a0d52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ val uiSession1 = UISession(
startsAt = LocalDateTime(2023, Month.APRIL, 27, 9, 15),
endsAt = LocalDateTime(2023, Month.APRIL, 27, 10, 0),
isServiceSession = false,
type = "talk"
),
speakers = listOf(
Speaker(
Expand Down Expand Up @@ -46,6 +47,7 @@ val uiSession2 = UISession(
startsAt = LocalDateTime(2023, Month.APRIL, 27, 10, 15),
endsAt = LocalDateTime(2023, Month.APRIL, 27, 11, 0),
isServiceSession = false,
type = "talk"
),
speakers = listOf(
Speaker(
Expand Down

0 comments on commit f3a0d52

Please sign in to comment.