mirror of
https://github.com/janoodleFTW/timy-messenger.git
synced 2026-01-23 02:14:39 +00:00
parent
1137dceb81
commit
3e706abbcc
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class CalendarScreen extends StatelessWidget {
|
|||
final items = viewModel.calendar.toList();
|
||||
double lastSectionHeight = 0;
|
||||
|
||||
if (numberOfHeaderItems > 0) {
|
||||
if (numberOfHeaderItems > 1) {
|
||||
final lastHeaderItems =
|
||||
viewModel.headerItemSizeMap[numberOfHeaderItems - 1];
|
||||
lastSectionHeight = _Style.calenderHeaderHeight +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue