Skip to content

Commit

Permalink
oupsi forgot offset
Browse files Browse the repository at this point in the history
  • Loading branch information
hatch01 committed Oct 18, 2023
1 parent f6b93e5 commit 916085c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class CurrentDateIndicator extends StatelessWidget {
return Positioned(
top: (((DateTime.now().difference(DateTime.now().shrink(3)).inMinutes /
60) -
(Res.agendaDayStart.inMinutes / 60) -
5) *
(Res.agendaDayStart.inMinutes / 60)) *
(Res.agendaDayDuration.inHours / DaysViewRes.heightFactor).h)
.clamp(0, double.infinity),
child:
Expand Down

0 comments on commit 916085c

Please sign in to comment.